diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-02 16:10:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-02 23:13:50 +0100 |
commit | feb726532fb74cd2cb0ef4398cb29c19c196c1a1 (patch) | |
tree | 626b93ea2adffeb1554920f8f82862b1691da7b6 /dev-python/bcrypt | |
parent | dev-python/autobahn: Clean old up (diff) | |
download | gentoo-feb726532fb74cd2cb0ef4398cb29c19c196c1a1.tar.gz gentoo-feb726532fb74cd2cb0ef4398cb29c19c196c1a1.tar.bz2 gentoo-feb726532fb74cd2cb0ef4398cb29c19c196c1a1.zip |
dev-python/bcrypt: Clean old up
Diffstat (limited to 'dev-python/bcrypt')
-rw-r--r-- | dev-python/bcrypt/Manifest | 2 | ||||
-rw-r--r-- | dev-python/bcrypt/bcrypt-3.1.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/bcrypt/bcrypt-3.1.2.ebuild | 30 |
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/bcrypt/Manifest b/dev-python/bcrypt/Manifest index 447e7eff9af6..e7652dab2cae 100644 --- a/dev-python/bcrypt/Manifest +++ b/dev-python/bcrypt/Manifest @@ -1,4 +1,2 @@ -DIST bcrypt-3.1.1.tar.gz 40103 BLAKE2B b67827cbdd9d34b9adc618617579ac9f57959659a8ecc5b720b5f06a9659a23a88c61d578b834bda2906112ab87597f07bf22a209c33b4d4d4fb4519b7d73f52 SHA512 1fe7408262cdbe8d9f4f6f1e13e44688bd459aac98a2b73b491e9d8194109cbe0fe05a2fbec62b8d483985f59cd955c186be071675038d51ffea5c14a4452367 -DIST bcrypt-3.1.2.tar.gz 40365 BLAKE2B b92a455ab5fbfac67cf6ed5806061e91c009910860ab18c5eaf08e514b4a275a93278680d3f1ee80f748e8d572c2ae9c0f849a332fb403a71e53e38bf48e632d SHA512 bab4fb2ef44f7a8c64f2f71832c52840ad64630af58c4d5019b4679123eb17421eecdd75ff1df108d3789ca12e68c07ea9fe9acdc76b909f01de1de924645c58 DIST bcrypt-3.1.3.tar.gz 40806 BLAKE2B 60b42bd4326ae1285911a79eff43f871366d6db8f1c2eb102f4f4cd3e91d29e58d30906b542d6f04ec0608dd5583550c0c9ddb795d8fd05cd1802396535ba59b SHA512 1fe80a156cd3707c27d4d3b6495caede3404acfdcd238d0461fdd83249601a0b0f2945e0f531dd4422f19e9cd47107245d8e40eb8b47b78e5c679e7e6b37a92c DIST bcrypt-3.1.4.tar.gz 42575 BLAKE2B c4521ecfa55e5b857e35c9d9e402b8e911b2546bdb349a4e87f31e6af0a2686ebc9df4fc6268534c65d3bca8facfa2e8ccd549174f8f91a25002e94ba7fb9be4 SHA512 885dadec10aa9c5944a68e73ebc3ba409d41517850fad1bcb61321a8ce4072b95422472b9f7ca76508e9b0d24a86e19f3e415a0713f0a1921b9d3f796089ae71 diff --git a/dev-python/bcrypt/bcrypt-3.1.1.ebuild b/dev-python/bcrypt/bcrypt-3.1.1.ebuild deleted file mode 100644 index dae3fb0df199..000000000000 --- a/dev-python/bcrypt/bcrypt-3.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Modern password hashing for software and servers" -HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="amd64 ~arm64 ia64 ppc ppc64 x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') - $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) - " -RDEPEND=" - $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') - $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - !dev-python/py-bcrypt" - -# The testsuite is not included in the tarball diff --git a/dev-python/bcrypt/bcrypt-3.1.2.ebuild b/dev-python/bcrypt/bcrypt-3.1.2.ebuild deleted file mode 100644 index 0a89678c1348..000000000000 --- a/dev-python/bcrypt/bcrypt-3.1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Modern password hashing for software and servers" -HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') - $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) - " -RDEPEND=" - $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') - $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - !dev-python/py-bcrypt" - -# The testsuite is not included in the tarball |