From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/scrypt/Manifest | 2 -- dev-python/scrypt/metadata.xml | 18 ------------------ dev-python/scrypt/scrypt-0.8.29.ebuild | 26 -------------------------- dev-python/scrypt/scrypt-0.9.4.ebuild | 26 -------------------------- 4 files changed, 72 deletions(-) delete mode 100644 dev-python/scrypt/Manifest delete mode 100644 dev-python/scrypt/metadata.xml delete mode 100644 dev-python/scrypt/scrypt-0.8.29.ebuild delete mode 100644 dev-python/scrypt/scrypt-0.9.4.ebuild (limited to 'dev-python/scrypt') diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest deleted file mode 100644 index 2436c601b288..000000000000 --- a/dev-python/scrypt/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST scrypt-0.8.29.tar.gz 55866 BLAKE2B 2f9ae625943545967974430c59a57b584092cc58f7e2ef1205466890e4e24c09323cfa5e4c6c9835ed5ffb3cff22616dc6c457344f796944ea5a12bb18de7d8e SHA512 af463b078c6558aac535dbe133caf9acd41e355e7e8377d3860114cea4fe0cdf401d951ded52f8c24bb8dbd688369b994a361267a75c4ca104f84b19877f9eda -DIST scrypt-0.9.4.tar.gz 84526 BLAKE2B 931248115785312749b8b2499d32bced0feb942851041c5f90bf573bba80ed0088b13cab8b0d2a624296d02ab92d3edcaad01a2618aa466637b1e370700bb61d SHA512 a208ea43460f1c964eaae8d7f211f73817639b8b72a2a0b72e234425bdc203001157e3de4dfe2799c2955d78a2a765c4bd510d2f9720ef2af53146867825ca56 diff --git a/dev-python/scrypt/metadata.xml b/dev-python/scrypt/metadata.xml deleted file mode 100644 index 98a0ab82723b..000000000000 --- a/dev-python/scrypt/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - dev@liguros.net - Development - - - chutzpah@gentoo.org - Patrick McLean - - - python@gentoo.org - Python - - - ports - \ No newline at end of file diff --git a/dev-python/scrypt/scrypt-0.8.29.ebuild b/dev-python/scrypt/scrypt-0.8.29.ebuild deleted file mode 100644 index a171c19738dd..000000000000 --- a/dev-python/scrypt/scrypt-0.8.29.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Bindings for the scrypt key derivation function library" -HOMEPAGE="https://github.com/holgern/py-scrypt/" -SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/openssl:0= - -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest diff --git a/dev-python/scrypt/scrypt-0.9.4.ebuild b/dev-python/scrypt/scrypt-0.9.4.ebuild deleted file mode 100644 index a171c19738dd..000000000000 --- a/dev-python/scrypt/scrypt-0.9.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Bindings for the scrypt key derivation function library" -HOMEPAGE="https://github.com/holgern/py-scrypt/" -SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/openssl:0= - -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest -- cgit v1.3.1