dev-python/sqlalchemy-rqlite: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:05 +0000 (17:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:05 +0000 (17:16 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild

index 7060d4ab303687a2a39da7331a0b59a5cff2b6cb..bb11d4c443fd766fc33934b602961b15daebea6f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index 65fd04d1333f04dea9d68fbac118e2c4b90a6915..c638deea18fac566e76b1780466e81599ed51345 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1