Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/
Date: Sun, 30 May 2021 15:17:38
Message-Id: 1622387840.67a1ad232bb4957de859422ca8cb69840025ae53.tomjbe@gentoo
1 commit: 67a1ad232bb4957de859422ca8cb69840025ae53
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:16:24 2021 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 15:17:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a1ad23
7
8 sci-libs/pyshp: Add python 3_10 support
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 sci-libs/pyshp/pyshp-2.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild b/sci-libs/pyshp/pyshp-2.1.3.ebuild
17 index 0b4603541d4..39660da9982 100644
18 --- a/sci-libs/pyshp/pyshp-2.1.3.ebuild
19 +++ b/sci-libs/pyshp/pyshp-2.1.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="7"
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26 inherit distutils-r1
27
28 DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"