dev-python/pycryptodomex: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:29:29 +02:00
parent e634485238
commit 0147252b6d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 57 deletions

View File

@ -1,7 +1,3 @@
DIST pycryptodomex-3.19.0.tar.gz 4779021 BLAKE2B 18e8bc41d38f38e56c0e693935434ba7c7170e4d68f5ad8f1f8038becc7606e4d31f7e67254d96fb016a004b3a19d239b121ebad3ee2c3ca9a5b1d0446ffc9a5 SHA512 9d6717691c5e33f18e2e9f5fe3c19484c7fb996bc177052caf0262872ee4eecf675b688d8273d954eab7820774a858133213f56814e00089a4ceeb6418436432
DIST pycryptodomex-3.19.1.tar.gz 4782714 BLAKE2B 06f08cddb565cb081305f291092705370f522369da26e475a37627e4202f8e7949d99437761d991ef041f04327752785599e9c90b0d223f9687fa5061fc3c50f SHA512 dbef566938c4761fbd7a1b7813f2c8d8a1ad0b0818cb269a5ac18ce795bb08643e7c95604b80756c22190ad4ec95a5413c10c5a36ab193cbea22d524c6b1282a
DIST pycryptodomex-3.20.0.tar.gz 4794613 BLAKE2B 909d9072815abeea5e48a6f7df57641cf4690e13a774f341a6362db8e952547c9a593248027784ee636c68d09f11712451063e274c17db4f0fb7b42c142d5f13 SHA512 dd0f05338a209de26d93321d0709bdc9240c74768683c7decc572ee3a9a075bda95f527ae0d433e02a1674b6e12c4e7d35cc0ef721fb5e98fdb12878e047ebcd
EBUILD pycryptodomex-3.19.0.ebuild 624 BLAKE2B 8f5738b80a6ac35ed5fefb046f9d80d42a8f457b3bc5100c912f670b4170a3496b03a2c19de8d330430acbc2c1d1e1bc543c12ed7ecc287c93896b2689464dac SHA512 9b69791397f9362a3ef486b0bd49ba9d4ea2dac1ce4cfbb33134ded06d6f2c4a57ea9aff45c9d525ced5ee9d0287a1bf25409eaf18e6155bfbcfc357326624e9
EBUILD pycryptodomex-3.19.1.ebuild 521 BLAKE2B ad60e734afa91dd753a3c30a15fdd16bb99b902d92c37e1a68630d2459bc4b264a4e247dadd65fef084816dc5e78cb590f5f05ab7bf7e8168a5c338221bacbaa SHA512 a727d78d6acd7447277907389cce0f5880cdbe44225fdb49ba7e1fc5d4e5a8c8f57aa51f7ed99bcc0b28961a11c4f86b7d8c44549f60a0a5c0d41bc1ef091007
EBUILD pycryptodomex-3.20.0.ebuild 521 BLAKE2B ad60e734afa91dd753a3c30a15fdd16bb99b902d92c37e1a68630d2459bc4b264a4e247dadd65fef084816dc5e78cb590f5f05ab7bf7e8168a5c338221bacbaa SHA512 a727d78d6acd7447277907389cce0f5880cdbe44225fdb49ba7e1fc5d4e5a8c8f57aa51f7ed99bcc0b28961a11c4f86b7d8c44549f60a0a5c0d41bc1ef091007
EBUILD pycryptodomex-3.20.0.ebuild 521 BLAKE2B f5b0e23fed644930e1ae73a280cb1436ac81ec9e0a9d2f58c3af7eaf4076139eaee6d4d42b274878bf1eac51da2526ac3a5ca0fb80c08849b3c57a2b27567e36 SHA512 3adc2b2836fba3adbc9fec5fd94f2704b676a6582c9d4753d07a47e6ceb2a6dcafdda51e3bb1a055c51a10da06b4483b745f172af6b89e6397e82c39a422d196
MISC metadata.xml 520 BLAKE2B 64f614d477ed25e256ffaf52cf4c25c48529b37ba3571c5cfc1990c33c4ca690af8cc3ab7cbb94713f4ea1b667295da44ca458794c620106c8f53fc32efe7f64 SHA512 16c6bc70390e6a1ba6c0cf6a9a1cbe852af90f3c4727692bfb5ea5863c4dcb9b38e397cf90dae44ce8ca4743ab0e94cda41a6605f0b11ae5ee9c0ac51f3b9a9f

View File

@ -1,30 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://github.com/Legrandin/pycryptodome/ https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,21 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://github.com/Legrandin/pycryptodome/ https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi