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/pyasn1-modules/
Date: Sat, 16 Nov 2019 13:53:29
Message-Id: 1573912396.2d6c760b3f34902f9d17f7cd7665c95a19edf085.mgorny@gentoo
1 commit: 2d6c760b3f34902f9d17f7cd7665c95a19edf085
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 13:46:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 13:53:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6c760b
7
8 dev-python/pyasn1-modules: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild
16 index 0efd23701b0..ce76ff6cf0c 100644
17 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild
18 +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI="6"
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
25
26 inherit distutils-r1
27
28 @@ -15,6 +15,7 @@ LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
31 IUSE="test"
32 +RESTRICT="!test? ( test )"
33
34 RDEPEND=">=dev-python/pyasn1-0.4.1[${PYTHON_USEDEP}]"
35 DEPEND="${RDEPEND}