commit: 87fd7de8f1a9cd6dc267f592fb19bcf85629164f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 17:57:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 17:57:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fd7de8
dev-python/pgspecial: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pgspecial/pgspecial-1.11.5.ebuild | 2 +-
dev-python/pgspecial/pgspecial-1.11.7.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild
b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
index 932fc9faffd..d41fd7f97d6 100644
--- a/dev-python/pgspecial/pgspecial-1.11.5.ebuild
+++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Python implementation of postgres meta commands"
diff --git a/dev-python/pgspecial/pgspecial-1.11.7.ebuild
b/dev-python/pgspecial/pgspecial-1.11.7.ebuild
index 323ce5614df..a0377b70a4b 100644
--- a/dev-python/pgspecial/pgspecial-1.11.7.ebuild
+++ b/dev-python/pgspecial/pgspecial-1.11.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Python implementation of postgres meta commands"