summaryrefslogtreecommitdiff
path: root/dev-python/pyaes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/pyaes
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/pyaes')
-rw-r--r--dev-python/pyaes/Manifest3
-rw-r--r--dev-python/pyaes/pyaes-1.6.1-r2.ebuild30
-rw-r--r--dev-python/pyaes/pyaes-1.6.1-r3.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-python/pyaes/Manifest b/dev-python/pyaes/Manifest
index a059dfa8285b..37988b153fd3 100644
--- a/dev-python/pyaes/Manifest
+++ b/dev-python/pyaes/Manifest
@@ -1,4 +1,3 @@
DIST pyaes-1.6.1.tar.gz 28536 BLAKE2B fa7ca95ae181cd48e21ceaeab42f937c54bc9b90b1a337aaffd6317c8091f813b1fbd2abbc14a600a747829a0e94ac6bdd5624010a27f1c342bfef2390d7c8fb SHA512 00ce3babf72ea18b0de369860cd884058c7c6f3bd8b961c3ff591ef7d3dc0a69fabad5311f61c9f91d2f1a480c8512e34eeced5ec7145ed9f963bf91c5f8838a
-EBUILD pyaes-1.6.1-r2.ebuild 782 BLAKE2B b0bac260b30f4f710e0b5621f632ad70f44afbeb63c65799a55c255973bdaeba3738e8032290487d97c65bc6b0cf737a847c08c3d78c28c7150727d28a4d2588 SHA512 0ca2a053ba76da199e6d902d664a749d4495baea7b52a1ba46f7446b70a24858ce3a74e577c943570fb6d5f0660b397eb0ed9365eaf03d19a972c938cb9457bb
-EBUILD pyaes-1.6.1-r3.ebuild 793 BLAKE2B 13cfdf024b040cd282a5986d527c14fb880c5f693384f99bb545d50b8fe052371709eb039cfa0bee51b6c6322616d1750fb65e8bed4041461b41729169cf2190 SHA512 238035e0500c7bf24bcba6a7af4a496eba1b531efda7ec388a22645bea89db5fd235af7f32fa43d836f2e93a570a9b33f7438fc1d9979df19a38dc98ff2393b1
+EBUILD pyaes-1.6.1-r3.ebuild 786 BLAKE2B 508ed684d2a0d56bae46a5f6d694599108056292cd99f74d24579a8e54e74449ec5951a39e9cf26b57a6f6f793b3c18a7e733ed4fd333ee18921d1141bba46cd SHA512 b54badd895bbcf9e3ac81374396728fc921f1597e93e721491feafd3fe288936c7429754a5107a6e58d5310f85dd458c657a33901f3591202dc31a3253975771
MISC metadata.xml 439 BLAKE2B 3106536a0f46c9b8fcf3a1247fea58bccd871d1e4d25ef501dc18bd6ba6bc7f38b2dc050de59b2bd721069d848edfca018ddbeeef3869ffa56121231d0f89582 SHA512 676609865bf42cac05d966d2d72c8410fbe1f9c4e307bcdf0994225f4bc950f15083f2263210d506245b7be55e09da8479c7134160d5624d739299ca2c69dea7
diff --git a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
deleted file mode 100644
index 4d6982727dc9..000000000000
--- a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python Implementation of the AES block-cipher and common modes of operation"
-HOMEPAGE="https://pypi.org/project/pyaes/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )"
-
-python_test() {
- local t fail=
- for t in tests/test-*.py; do
- einfo "${t}"
- "${EPYTHON}" "${t}" || fail=1
- done
- [[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pyaes/pyaes-1.6.1-r3.ebuild b/dev-python/pyaes/pyaes-1.6.1-r3.ebuild
index f9731332568f..2e4a7c6742e0 100644
--- a/dev-python/pyaes/pyaes-1.6.1-r3.ebuild
+++ b/dev-python/pyaes/pyaes-1.6.1-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"