diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:57 +0200 |
commit | 3a8474a0a2f562b81d8f74b8d15a25f988c42987 (patch) | |
tree | 12f06b1ac42adced5db4071f3e7e0baf81c33874 /dev-python/pbkdf2 | |
parent | dev-python/pathspec: Remove redundant versions (diff) | |
download | gentoo-3a8474a0a2f562b81d8f74b8d15a25f988c42987.tar.gz gentoo-3a8474a0a2f562b81d8f74b8d15a25f988c42987.tar.bz2 gentoo-3a8474a0a2f562b81d8f74b8d15a25f988c42987.zip |
dev-python/pbkdf2: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pbkdf2')
-rw-r--r-- | dev-python/pbkdf2/pbkdf2-1.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pbkdf2/pbkdf2-1.3.ebuild b/dev-python/pbkdf2/pbkdf2-1.3.ebuild deleted file mode 100644 index 340f42749de4..000000000000 --- a/dev-python/pbkdf2/pbkdf2-1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Implementation of the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0" -HOMEPAGE="https://www.dlitz.net/software/python-pbkdf2/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux" -IUSE="" - -python_test() { - "${PYTHON}" test/test_pbkdf2.py || die "Tests failed with ${EPYTHON}" -} |