summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-23 03:04:34 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-23 03:04:34 -0500
commita63c89c464a428a5350317421488a2b8a5c11d14 (patch)
tree421b880b330588c7e4d4d689779552509e980794 /sci-libs
parent63ccd2e4ddd6295605ea83ff6f5e2337785496e5 (diff)
downloadbaldeagleos-repo-a63c89c464a428a5350317421488a2b8a5c11d14.tar.gz
baldeagleos-repo-a63c89c464a428a5350317421488a2b8a5c11d14.tar.xz
baldeagleos-repo-a63c89c464a428a5350317421488a2b8a5c11d14.zip
Adding metadata
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/pyshp/Manifest1
-rw-r--r--sci-libs/pyshp/pyshp-3.1.5.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index bcd8705e387e..46844d38a245 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1,2 +1,3 @@
DIST pyshp-3.0.3.tar.gz 2192568 BLAKE2B 1c5dadee078fd036a11fede2d1a94a4cc5bd265ffdddd16946e552edf9ceee40b66fad8df10b2d6f18c37c36c81cf0409b1e28f0db72480baee5dfbe043186c0 SHA512 08edf732e1dc60f79fd3ace1374fb4d7d226d774d6035f4da26eb6646533218d30fa9081fdf58d320b7e1f731174e899a27150aadf9d1698afbeb6d2d0b411c0
DIST pyshp-3.1.4.tar.gz 2225442 BLAKE2B 614ca8cb7c6153a7d3613151e0a08d00fd54a24e2c27159ab84981761e6336aad09d8c7ce0ff8354c14c18106f9eee5a185a437fce2d3ebc0fe54507ba02c100 SHA512 1a3c424075a687903ff8bdf95c888905401479e9d315662a948e744a5d432c0427af4912ec1a9f826d8fcf2f511ea028a3436c838136543c4a1a3a854c4eaa87
+DIST pyshp-3.1.5.tar.gz 2226800 BLAKE2B 3a9fe4c27f32d0c3a038c831696136c86691ce34d43b489ac31e95bc00831f5197a5745d5de8be8a319649206841663466987d93e32d79f047c0caae2cd7377b SHA512 cfd0ed7c606372418c1743262b72626a497f9896ef55a9a856dbdeb40c9c821530be56e8411730f0ad92d92a257a59bbd4d5117a57ca248880f857053296016d
diff --git a/sci-libs/pyshp/pyshp-3.1.5.ebuild b/sci-libs/pyshp/pyshp-3.1.5.ebuild
new file mode 100644
index 000000000000..0b8810e83d3c
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-3.1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{13..14} )
+
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
+HOMEPAGE="https://pypi.org/project/pyshp/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests -m "not network"
+}