diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:18:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:18:24 +0100 |
commit | b632b14ce8998f5c1901e4e34c37410c49bed4d2 (patch) | |
tree | f6d7c7708159116eac1a52c620f7718a4b16efb3 /sci-libs/pyshp | |
parent | sci-geosciences/gpxpy: Remove py2 (diff) | |
download | gentoo-b632b14ce8998f5c1901e4e34c37410c49bed4d2.tar.gz gentoo-b632b14ce8998f5c1901e4e34c37410c49bed4d2.tar.bz2 gentoo-b632b14ce8998f5c1901e4e34c37410c49bed4d2.zip |
sci-libs/pyshp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/pyshp')
-rw-r--r-- | sci-libs/pyshp/pyshp-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pyshp/pyshp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild b/sci-libs/pyshp/pyshp-1.2.0.ebuild index 71fb122d6eab..708ad5092d3f 100644 --- a/sci-libs/pyshp/pyshp-1.2.0.ebuild +++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sci-libs/pyshp/pyshp-9999.ebuild b/sci-libs/pyshp/pyshp-9999.ebuild index 71fb122d6eab..708ad5092d3f 100644 --- a/sci-libs/pyshp/pyshp-9999.ebuild +++ b/sci-libs/pyshp/pyshp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |