From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/
Date: Wed, 28 Dec 2022 08:00:08 +0000 (UTC) [thread overview]
Message-ID: <1672214375.d7df09f4d5fe75cd338bf3fdbb9dc23cba4ae8cf.tomjbe@gentoo> (raw)
commit: d7df09f4d5fe75cd338bf3fdbb9dc23cba4ae8cf
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 07:57:59 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 07:59:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7df09f4
sci-libs/pyshp: Bump to 2.3.1. Add python-3.11 support
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
sci-libs/pyshp/Manifest | 1 +
sci-libs/pyshp/metadata.xml | 1 +
sci-libs/pyshp/pyshp-2.3.1.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 15f451117d67..eba883356fd9 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1 +1,2 @@
DIST pyshp-2.1.3.tar.gz 219626 BLAKE2B 2da94cb4b1514a504b9f961b58add973a73dea641ad5867b670860000decd29af72092079b5d16f516b99a59be83028f4698faa2cb013200e533bbe772746d48 SHA512 249302e784bb38860037242b70899faaf504ef626c37decca44dc0d7c4f9482737e3234c0002393d1ef9800778715fc2b9946f3e3f3ecf507921e9db218d0d33
+DIST pyshp-2.3.1..gh.tar.gz 2213685 BLAKE2B ca5b87dec442508bc4a0612982984ba0fb91aa8acffddb6a448c43ccf42285305600a5e28e1fb781a3d94e8ce0624d027642fddcc5f2176dca3df095e59df170 SHA512 08844492b8d1d824c639844f7f314909d946bd4d3703a4f8d4cb64d400729671b42ff5b0f80aa68d9469f3939a3c7619ba13c9efdcba3b244ec01d7be3a371c5
diff --git a/sci-libs/pyshp/metadata.xml b/sci-libs/pyshp/metadata.xml
index 6635cddf96ed..698e51f02c5c 100644
--- a/sci-libs/pyshp/metadata.xml
+++ b/sci-libs/pyshp/metadata.xml
@@ -6,6 +6,7 @@
<name>Thomas Beierlein</name>
</maintainer>
<upstream>
+ <remote-id type="github">GeospatialPython/pyshp</remote-id>
<remote-id type="pypi">pyshp</remote-id>
</upstream>
</pkgmetadata>
diff --git a/sci-libs/pyshp/pyshp-2.3.1.ebuild b/sci-libs/pyshp/pyshp-2.3.1.ebuild
new file mode 100644
index 000000000000..af715dcb9263
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-2.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{7..11} )
+inherit distutils-r1
+
+DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
+HOMEPAGE="https://pypi.org/project/pyshp/"
+# pypi tarballs are missing test data
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/GeospatialPython/${PN}/archive/${PV}.tar.gz -> ${P}..gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ epytest test_shapefile.py -m "not network" || die
+}
next reply other threads:[~2022-12-28 8:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-28 8:00 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-22 17:53 [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/ Thomas Beierlein
2024-04-14 14:38 Thomas Beierlein
2024-01-15 17:27 Thomas Beierlein
2023-07-17 18:12 Thomas Beierlein
2023-02-15 10:19 Thomas Beierlein
2023-01-02 16:28 Thomas Beierlein
2021-05-30 15:17 Thomas Beierlein
2021-05-30 15:17 Thomas Beierlein
2021-04-18 14:35 Thomas Beierlein
2020-12-18 18:02 Thomas Beierlein
2020-12-16 19:04 Thomas Beierlein
2020-11-23 19:06 Thomas Beierlein
2020-08-29 17:38 Thomas Beierlein
2020-08-16 10:15 Michał Górny
2020-04-22 20:42 Thomas Beierlein
2020-02-11 12:25 Michał Górny
2017-06-15 17:37 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1672214375.d7df09f4d5fe75cd338bf3fdbb9dc23cba4ae8cf.tomjbe@gentoo \
--to=tomjbe@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox