public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/
Date: Mon, 17 Jul 2023 18:12:06 +0000 (UTC)	[thread overview]
Message-ID: <1689617467.e871733e49602638f64e4b9a3f1c404701e24543.tomjbe@gentoo> (raw)

commit:     e871733e49602638f64e4b9a3f1c404701e24543
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 18:11:07 2023 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 18:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e871733e

sci-libs/pyshp: Use PEP517 build

Closes: https://bugs.gentoo.org/910027
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-libs/pyshp/pyshp-2.3.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild b/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild
new file mode 100644
index 000000000000..813c53e427ef
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+DISTUTILS_USE_PEP517=setuptools
+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}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	epytest test_shapefile.py -m "not network" || die
+}


             reply	other threads:[~2023-07-17 18:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-17 18:12 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-02-15 10:19 Thomas Beierlein
2023-01-02 16:28 Thomas Beierlein
2022-12-28  8:00 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=1689617467.e871733e49602638f64e4b9a3f1c404701e24543.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