app-portage/nattka: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Fri, 29 May 2020 14:13:37 +0000 (16:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:40:20 +0000 (09:40 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/nattka/nattka-0.2.6.ebuild
app-portage/nattka/nattka-9999.ebuild

index ddb28dfc1c25499a7f21d9589a74864e14bc9eea..f98f14f775584f5250a25bf5bdcb2f1c40bbe36b 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
index f575cbb977e6a2303a7e5da4732ec4f7480287a5..8e021291c6f7ea84fd776d1d8f872e2beb26832e 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1 git-r3