diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-25 21:57:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-25 21:57:36 +0200 |
commit | bf1da43780383f3e5bd65364a783e792427ebafe (patch) | |
tree | 4bea2d152bd52e16929a3dad451fd9cdcb2fe185 /dev-python/pycparser | |
parent | dev-python/pygobject: Remove py2.7 (diff) | |
download | gentoo-bf1da43780383f3e5bd65364a783e792427ebafe.tar.gz gentoo-bf1da43780383f3e5bd65364a783e792427ebafe.tar.bz2 gentoo-bf1da43780383f3e5bd65364a783e792427ebafe.zip |
dev-python/pycparser: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/pycparser-2.20-r1.ebuild (renamed from dev-python/pycparser/pycparser-2.20.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycparser/pycparser-2.20.ebuild b/dev-python/pycparser/pycparser-2.20-r1.ebuild index 86f47ce182ea..75845e89e7a3 100644 --- a/dev-python/pycparser/pycparser-2.20.ebuild +++ b/dev-python/pycparser/pycparser-2.20-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |