diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-08 08:20:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-08 08:21:21 +0200 |
commit | 261cde91f904d295a953536524268a3ab5e214a6 (patch) | |
tree | b32eb49af698a74da116541ee297d42983c46331 /dev-python/scrypt/scrypt-0.8.16.ebuild | |
parent | sys-apps/portage: Remove old (diff) | |
download | gentoo-261cde91f904d295a953536524268a3ab5e214a6.tar.gz gentoo-261cde91f904d295a953536524268a3ab5e214a6.tar.bz2 gentoo-261cde91f904d295a953536524268a3ab5e214a6.zip |
dev-python/scrypt: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scrypt/scrypt-0.8.16.ebuild')
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.16.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild b/dev-python/scrypt/scrypt-0.8.16.ebuild deleted file mode 100644 index e171f4d2f015..000000000000 --- a/dev-python/scrypt/scrypt-0.8.16.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Bindings for the scrypt key derivation function library" -HOMEPAGE="https://github.com/holgern/py-scrypt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" -SLOT="0" - -RDEPEND="dev-libs/openssl:0=" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest |