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: Sat, 16 Nov 2019 13:53:27
Message-Id: 1573912393.44fdf0772515f74b950baaa797c83e741500167f.mgorny@gentoo
1 commit: 44fdf0772515f74b950baaa797c83e741500167f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 13:37:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 13:53:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fdf077
7
8 dev-python/asn1crypto: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/asn1crypto/asn1crypto-0.24.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
16 index 9c2ae09e474..37fff4cd00f 100644
17 --- a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
18 +++ b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1
28 @@ -17,6 +17,7 @@ LICENSE="MIT"
29 SLOT="0"
30 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"
31 IUSE="test"
32 +RESTRICT="!test? ( test )"
33
34 RDEPEND=""
35 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"