dev-python/pygresql: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:45 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:45 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pygresql/pygresql-5.0.4.ebuild
dev-python/pygresql/pygresql-5.0.6.ebuild
dev-python/pygresql/pygresql-5.1.ebuild

index 3dba0c81be51936ca83b57115cae00772dc797ad..da8b3e3a9b6e7441acdb83d6c9a28a3ef24bc8a9 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 POSTGRES_COMPAT=( 9.{4..6} 10 )
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 postgres
 
index ab6199669c5c48b475406cb2a5077e77e4611968..000a8dd9ff178f024a2db2a03481b69abc5c5f07 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 POSTGRES_COMPAT=( 9.{4..6} 10 )
-PYTHON_COMPAT=( python2_7 python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..7} )
 
 inherit distutils-r1 postgres
 
index 656803bec116e4f5ed3d65edaba03332a1f5e924..277389679d756e2b25fed20be7207fc86a834c8f 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 POSTGRES_COMPAT=( 9.{4..6} {10..11} )
-PYTHON_COMPAT=( python2_7 python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..7} )
 
 inherit distutils-r1 postgres