From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 372A61382C5 for ; Sun, 30 May 2021 15:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3CAE070D; Sun, 30 May 2021 15:17:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0506BE070D for ; Sun, 30 May 2021 15:17:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ECEB340D5D for ; Sun, 30 May 2021 15:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E0478E for ; Sun, 30 May 2021 15:17:34 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1622387840.67a1ad232bb4957de859422ca8cb69840025ae53.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pyshp/pyshp-2.1.3.ebuild X-VCS-Directories: sci-libs/pyshp/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 67a1ad232bb4957de859422ca8cb69840025ae53 X-VCS-Branch: master Date: Sun, 30 May 2021 15:17:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 919348e6-4fd2-4c54-b37a-832d8293415b X-Archives-Hash: b073afb5b87c83402886c71d3f8fa4fd commit: 67a1ad232bb4957de859422ca8cb69840025ae53 Author: Thomas Beierlein gentoo org> AuthorDate: Sun May 30 15:16:24 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun May 30 15:17:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a1ad23 sci-libs/pyshp: Add python 3_10 support Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> sci-libs/pyshp/pyshp-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild b/sci-libs/pyshp/pyshp-2.1.3.ebuild index 0b4603541d4..39660da9982 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"