From e12e079d1d498ff525729f9e99dcaebcaafefd2e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 16 Oct 2023 18:42:09 +0000 Subject: Adding metadata --- dev-python/scrypt/Manifest | 2 +- dev-python/scrypt/scrypt-0.8.19-r1.ebuild | 24 ++++++++++++++++++++++++ dev-python/scrypt/scrypt-0.8.19.ebuild | 24 ------------------------ dev-python/scrypt/scrypt-0.8.20-r1.ebuild | 24 ++++++++++++++++++++++++ dev-python/scrypt/scrypt-0.8.20.ebuild | 24 ------------------------ 5 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 dev-python/scrypt/scrypt-0.8.19-r1.ebuild delete mode 100644 dev-python/scrypt/scrypt-0.8.19.ebuild create mode 100644 dev-python/scrypt/scrypt-0.8.20-r1.ebuild delete mode 100644 dev-python/scrypt/scrypt-0.8.20.ebuild (limited to 'dev-python/scrypt') diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest index 86a9482a3f2b..9e8be69b34ff 100644 --- a/dev-python/scrypt/Manifest +++ b/dev-python/scrypt/Manifest @@ -1,2 +1,2 @@ -DIST scrypt-0.8.19.tar.gz 54770 BLAKE2B cf4cc0343f661466394a012ecba61b85431ed4c4552d976ebe1e435d9b97a29ad584e5ab1e01d2387c61562cdbb5cdfacfc5da0b3e70ea0570221e85c31139b3 SHA512 26503aa5c06b4c47a25f7a8c1b4c9a81986ffef5816f11851b2db755b13eed11c0fade9e00942b389204089547718de05db540da91196c3a37ce219ff1a601f8 +DIST scrypt-0.8.19.tar.gz 66655 BLAKE2B b3216e4c5d0deaf72ddc5ea264018878812b1bfcf978d88ebf94e7931de08d2462a06f01cb3eadce8f15377fbc0afc3909c031df5da8d8a27828fd61352bf063 SHA512 a207675cfc368ed0f333af9ec6159397c2455aab58a781869d3b7ff8226ce3214465f5373b9ae21bb7b53266da651321c3d0b4618516524fd58f72c660674e15 DIST scrypt-0.8.20.tar.gz 55874 BLAKE2B b31c7dcec735944f6162709ba6ceb90160b3c9c403121a47e62563f8d2fc50f0505f180d7c18fa2c8e9037a097ca3bffea4c54c1f3b6861004f65a189a20b576 SHA512 da8d34755d4b6c98dc57ff7baf17839cf2434a6d7eb9f6fdc69b3e458d41b4fc49f7fd3a5631318b82bc4b2e46dedb806035897bf1be5a4670b4120f6b46efbc diff --git a/dev-python/scrypt/scrypt-0.8.19-r1.ebuild b/dev-python/scrypt/scrypt-0.8.19-r1.ebuild new file mode 100644 index 000000000000..f1375ee110b6 --- /dev/null +++ b/dev-python/scrypt/scrypt-0.8.19-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2023 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) + +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="libressl" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest diff --git a/dev-python/scrypt/scrypt-0.8.19.ebuild b/dev-python/scrypt/scrypt-0.8.19.ebuild deleted file mode 100644 index eb7f149c35e5..000000000000 --- a/dev-python/scrypt/scrypt-0.8.19.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11} 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 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" -SLOT="0" -IUSE="libressl" - -RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest diff --git a/dev-python/scrypt/scrypt-0.8.20-r1.ebuild b/dev-python/scrypt/scrypt-0.8.20-r1.ebuild new file mode 100644 index 000000000000..f1375ee110b6 --- /dev/null +++ b/dev-python/scrypt/scrypt-0.8.20-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2023 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) + +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="libressl" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild b/dev-python/scrypt/scrypt-0.8.20.ebuild deleted file mode 100644 index ff1c9e5fa3c4..000000000000 --- a/dev-python/scrypt/scrypt-0.8.20.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2022 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11} 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 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" -SLOT="0" -IUSE="libressl" - -RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest -- cgit v1.3.1