Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asn1crypto/
Date: Tue, 01 Dec 2020 10:32:12
Message-Id: 1606818717.482a2afdad62f7ea7674823b8c3af8593d4ddefb.mgorny@gentoo
1 commit: 482a2afdad62f7ea7674823b8c3af8593d4ddefb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 08:53:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 10:31:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482a2afd
7
8 dev-python/asn1crypto: Bump to 1.4.0
9
10 Closes: https://bugs.gentoo.org/757786
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/asn1crypto/Manifest | 1 +
14 dev-python/asn1crypto/asn1crypto-1.4.0.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-python/asn1crypto/Manifest b/dev-python/asn1crypto/Manifest
18 index b06a9580e23..e5efbfd9097 100644
19 --- a/dev-python/asn1crypto/Manifest
20 +++ b/dev-python/asn1crypto/Manifest
21 @@ -1 +1,2 @@
22 DIST asn1crypto-0.24.0.gh.tar.gz 641322 BLAKE2B eb30afd0d2579f44ee4f556139357dc7622691bdc2067df913a4412cd3dca8372b85d84e3a3cbef6ba83648bf4ef55d7e8614992e2abb019301c92d24b15a926 SHA512 426cc380903b4dd7aadd7b831e3a11ee3442c961a33b856d4aa8d9060e829f2e0ad905a60c4d6504569718fe2cee01d9be31628c89ef030bc34281e381c898e8
23 +DIST asn1crypto-1.4.0.gh.tar.gz 672812 BLAKE2B 7545d424c244c04c2639df45e0bb56c50de95d0a7ee1e56933720dd7215c2be2608ac7889e2e901785592592e9ac6cb116fff3cd00536903c392a9e3912fc08a SHA512 989e4e0650252c29477d71263549b99f2c51c87f0768c20264b3de65f32edd8e7922e8af23bb1a7e29567a4ad8c4c5d596cdf7db3c766352c7f19d4f93361cd0
24
25 diff --git a/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild b/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild
26 new file mode 100644
27 index 00000000000..9803ec895c2
28 --- /dev/null
29 +++ b/dev-python/asn1crypto/asn1crypto-1.4.0.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
37 +PYTHON_REQ_USE="threads(+)"
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API"
42 +HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.org/project/asn1crypto/"
43 +# pypi tarball does not have tests
44 +SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +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"
49 +
50 +distutils_enable_tests unittest