update pycryptodomex-3.10.1

This commit is contained in:
Andreas Billmeier 2021-06-18 17:30:12 +02:00 committed by Andreas Billmeier
parent b94a44ce76
commit c6f71cb9af
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 5 deletions

View File

@ -1,3 +1,5 @@
DIST pycryptodomex-3.10.1.tar.gz 3787268 BLAKE2B 1c5ce6855f70d418c6c11f8659bc48a55cc693062c0b1ee557e4899f65313b8c300c865f8d7968bf4dee373c4b220426819d0a98b0862cc315ec1caa8bcbafcc SHA512 0ffd37e75caf6472529bbc231c7e74290267094eb3a6013a55d32dc6e11313017bb8161bdfef6c96e911e788b837caa445a9e1fe3e17e5e0254c139378f2a5e6
DIST pycryptodomex-3.9.4.tar.gz 11576896 BLAKE2B 41b63e33446afd40c579033977d183ce568d367715ccf21db077e40ba86058a00e27fce6b8e5a35b283eacc24121ec77654b11d43b957ae1fe3ec9321cfbbed9 SHA512 b88f07ed359f22d0d9c6141c2ef686f2bca991bdd79a4949fea780bb9792df573f234f18ac8d86137ca9036846872b9dd2e0fb769fe7422ec591bb7bd3a7d191
EBUILD pycryptodomex-3.9.4.ebuild 685 BLAKE2B 3a4da160bdff9a8e8de6399a0daf58c668a1933fba7024840db858248ad1fbd40ef302cdd8a180457582da01faf0daaeb8b0a13e1f4966b915810ccd7cac6d34 SHA512 9e37eacc3d9af5eee6dd471a48f0ef13c74e9b7cbb5a2723df9cf925c906abf97e28ef3788bcbcb8395b36da8e2619114413665c1a5192affac292f49e24791d
EBUILD pycryptodomex-3.10.1.ebuild 683 BLAKE2B 42c9ed62b43dc5a93d331fefca9b4538b8fd30c36e4b58b013ac1624f478daa10ebdaf17066ebb57a5d013393df715710784e04f061a3981ec1744a60f515b19 SHA512 3e69686c907989172c7ac7e20f46a24cadc3ba893677a7931ea84189cfac94999667c1b82d394d81e4230056ac37860079ac94963536c6c609a28b2204f3b82a
EBUILD pycryptodomex-3.9.4.ebuild 683 BLAKE2B 42c9ed62b43dc5a93d331fefca9b4538b8fd30c36e4b58b013ac1624f478daa10ebdaf17066ebb57a5d013393df715710784e04f061a3981ec1744a60f515b19 SHA512 3e69686c907989172c7ac7e20f46a24cadc3ba893677a7931ea84189cfac94999667c1b82d394d81e4230056ac37860079ac94963536c6c609a28b2204f3b82a
MISC metadata.xml 456 BLAKE2B 920571c7d9b8f2317e7cb7cf7603d6744ef9682604b7fadd055ca72e7c014afdaf2567ae5acb4aa8b2730b4e03cd2036ea8abac51e2b2c702397a208a2a20269 SHA512 a2eedc70200e4f94ce06c7656cf38673f7faf0f679d35d98a29d767d568b839b4ad8dc5a3885606f6144ed53a61851ff5ad18621de09e0fecbff213a5e71286b

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -11,13 +11,15 @@ DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD Apache-2.0"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]