commit: a86c1a72a30ece5e80641cab05ee9c0197e10e50
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 13:17:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 13:17:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86c1a72
dev-python/bibtexparser: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 2 +-
dev-python/bibtexparser/bibtexparser-1.1.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
index 38eef0d6415..a855dadfdb0 100644
--- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 python-r1
diff --git a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
index 72655859320..5b5c3522fda 100644
--- a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
+++ b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 python-r1