diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:17:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:17:30 +0100 |
commit | a86c1a72a30ece5e80641cab05ee9c0197e10e50 (patch) | |
tree | d44ca654b148d6416dc1e2308c8719c530854dfe /dev-python/bibtexparser | |
parent | dev-python/basho-erlastic: Remove py2 (diff) | |
download | gentoo-a86c1a72a30ece5e80641cab05ee9c0197e10e50.tar.gz gentoo-a86c1a72a30ece5e80641cab05ee9c0197e10e50.tar.bz2 gentoo-a86c1a72a30ece5e80641cab05ee9c0197e10e50.zip |
dev-python/bibtexparser: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bibtexparser')
-rw-r--r-- | dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 2 | ||||
-rw-r--r-- | 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 38eef0d64151..a855dadfdb02 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 72655859320a..5b5c3522fdae 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 |