app-portage/gentoopm: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:11:43 +0000 (09:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:12:11 +0000 (09:12 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild
app-portage/gentoopm/gentoopm-9999.ebuild

index c79f519324eeca3836f1b59a9f92701b0bbedbf5..b4fdefc2f9f307c37619d5a6ce9be1473da260a5 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
index de49913038dea8f8dbb174b58c8aed468e2bcd85..2dc9a2c3f69825e3f5f4aef5cc2aec9f736208d7 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
 inherit distutils-r1 git-r3