dev-python/pyasn1-modules: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:46:41 +0000 (14:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:53:16 +0000 (14:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild

index 0efd23701b0c7fe4fc90dfa978be7f39c23cfe51..ce76ff6cf0c6c76d8c787683af73f728fc57fd04 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -15,6 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/pyasn1-0.4.1[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}