dev-python/argcomplete: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 12:49:20 +0000 (13:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:17:11 +0000 (14:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/argcomplete/argcomplete-1.10.0.ebuild

index 7df8a1c38a08ec5e2b594d769f275e8cf4be7390..bcf6b4e474847c817d4d18ddff5a2c06d63a5a0f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]