diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2021-05-30 17:16:24 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2021-05-30 17:17:20 +0200 |
commit | 67a1ad232bb4957de859422ca8cb69840025ae53 (patch) | |
tree | f4289967224a3f781715553b6040614f4fd98c7c /sci-libs/pyshp | |
parent | sci-libs/pyshp: Drop old (diff) | |
download | gentoo-67a1ad232bb4957de859422ca8cb69840025ae53.tar.gz gentoo-67a1ad232bb4957de859422ca8cb69840025ae53.tar.bz2 gentoo-67a1ad232bb4957de859422ca8cb69840025ae53.zip |
sci-libs/pyshp: Add python 3_10 support
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-libs/pyshp')
-rw-r--r-- | sci-libs/pyshp/pyshp-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild b/sci-libs/pyshp/pyshp-2.1.3.ebuild index 0b4603541d4d..39660da99825 100644 --- a/sci-libs/pyshp/pyshp-2.1.3.ebuild +++ b/sci-libs/pyshp/pyshp-2.1.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Pure Python read/write support for ESRI Shapefile format" |