From 3a8474a0a2f562b81d8f74b8d15a25f988c42987 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jul 2020 18:43:43 +0200 Subject: dev-python/pbkdf2: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pbkdf2/pbkdf2-1.3.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/pbkdf2/pbkdf2-1.3.ebuild (limited to 'dev-python/pbkdf2') 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}" -} -- cgit v1.2.3-65-gdbad