dev-util/pkgcheck: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 06:46:10 +0000 (08:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:12:09 +0000 (09:12 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild
dev-util/pkgcheck/pkgcheck-9999.ebuild

index ee6c0d6638bae11a1aa4bee14546d84fffc72ccd..bcd3a46019b63510a4129d4c794df8c0d239ac7a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1 eutils
 
index 677e2471a27906e52ebfcdf1fa95a8a2c9635161..c05954b53f8ac4b6a70c612a4d0107e9c8438164 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_IN_SOURCE_BUILD=1
 inherit distutils-r1 eutils