From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- dev-python/asn1crypto/Manifest | 6 ++---- dev-python/asn1crypto/asn1crypto-0.24.0.ebuild | 27 -------------------------- dev-python/asn1crypto/asn1crypto-1.4.0.ebuild | 4 ++-- dev-python/asn1crypto/metadata.xml | 1 + 4 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 dev-python/asn1crypto/asn1crypto-0.24.0.ebuild (limited to 'dev-python/asn1crypto') diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest index 79f7667e4800..1754369ca015 100644 --- a/dev-python/asn1crypto/Manifest +++ b/dev-python/asn1crypto/Manifest @@ -1,5 +1,3 @@ -DIST asn1crypto-0.24.0.gh.tar.gz 641322 BLAKE2B eb30afd0d2579f44ee4f556139357dc7622691bdc2067df913a4412cd3dca8372b85d84e3a3cbef6ba83648bf4ef55d7e8614992e2abb019301c92d24b15a926 SHA512 426cc380903b4dd7aadd7b831e3a11ee3442c961a33b856d4aa8d9060e829f2e0ad905a60c4d6504569718fe2cee01d9be31628c89ef030bc34281e381c898e8 DIST asn1crypto-1.4.0.gh.tar.gz 672812 BLAKE2B 7545d424c244c04c2639df45e0bb56c50de95d0a7ee1e56933720dd7215c2be2608ac7889e2e901785592592e9ac6cb116fff3cd00536903c392a9e3912fc08a SHA512 989e4e0650252c29477d71263549b99f2c51c87f0768c20264b3de65f32edd8e7922e8af23bb1a7e29567a4ad8c4c5d596cdf7db3c766352c7f19d4f93361cd0 -EBUILD asn1crypto-0.24.0.ebuild 843 BLAKE2B b9383ee76ea7d3dc3bbe4254dee4c208ef6c8443af4745b88e2e8cdd8590624f8c6c34ef5b9f5af872bb6e23b800853e92d5815b24e23f1feb55409bae799fc6 SHA512 1d848dda7b281c8bfb1d7ff787150abeb760814150902d612a6603f6cf55880d0d8fc91e41e5bdcf56216ebd15245f91add19c6d2ca0be6cc27196d348449fc2 -EBUILD asn1crypto-1.4.0.ebuild 748 BLAKE2B 4c4b27af4da53ae0d83ada5df21829db4b448808fb2218adb8d080df71b3710a3a4748e5ff38c94f06777841914566e66a7346533d398d9bdf03dd8ab5f98cd2 SHA512 cd7e39e83aa036d4f86a2c9fda79d5588be6e84443610656433adb30d8458da3c6719b4b7d6d15fec98f3f9c01560839ad3adb8e54fcfeae5cd3f0f3ddf9142e -MISC metadata.xml 369 BLAKE2B 10f3c63d43c7c239c32d1d531ae9f72e584e65038c6d8206fc53f91563e1d7bd7e26dce21d7c7c71e1e1b2359f5c46e989497bbcf34bbe373354253a322d74dd SHA512 40fa02100d2e7411d5556931fd91a55b30ad4d42d460bc072ddf0bebeee5cb9559a30d23968be82e49f14f347cdfdfd9b55614e5d48182e2147cf60b23eb1fa3 +EBUILD asn1crypto-1.4.0.ebuild 740 BLAKE2B eba3b98ae75f75d4ab7e5b9035b45aed21c4be0012925e7d48b10f21d99b819d4e35bfccaf6594f4439bbe1bb111426e5a46db7fe5c3dce86e938e24c4a1335a SHA512 fe99d3f48cf2b7d646f757ae248416acbc6240140f84267ca93cd165875ccfffe36b60185515895fa4b856ed472d85f20fe53697df247acc4db3724495b33090 +MISC metadata.xml 393 BLAKE2B edce1806cf0fa4ec30cf33fd39d226fb027b884b6eafb2a11ee07037415f33383d2a3c8694e1022eaa204ddd815c4b80737edbe53ae0f0c15b7adb9af7332c99 SHA512 e2f39330abe7ecd12c73521c7e48565dbe67dcb354edb95468161c41c0f3321298b61010f6c06fbf044a5979224bd43822bb872a0f2baac2aad2c6686e813c99 diff --git a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild deleted file mode 100644 index 901592c1aa0f..000000000000 --- a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API" -HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.org/project/asn1crypto/" -# pypi tarball does not have tests -SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild b/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild index 9803ec895c27..8749fdf44062 100644 --- a/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild +++ b/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,6 @@ SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" distutils_enable_tests unittest diff --git a/dev-python/asn1crypto/metadata.xml b/dev-python/asn1crypto/metadata.xml index 94d6d17f750b..a244123899e9 100644 --- a/dev-python/asn1crypto/metadata.xml +++ b/dev-python/asn1crypto/metadata.xml @@ -5,6 +5,7 @@ python@gentoo.org Python + asn1crypto wbond/asn1crypto -- cgit v1.2.3