[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2024-04-22 Thread Thomas Beierlein
commit: 04dddbdae3ccc11ad27a0cf6bb2fd10d29b8da2b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Apr 22 17:47:10 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Apr 22 17:52:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dddbda

sci-libs/pyshp: drop 2.3.1-r1

Signed-off-by: Thomas Beierlein  gentoo.org>

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

diff --git a/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild 
b/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild
deleted file mode 100644
index 813c53e427ef..
--- a/sci-libs/pyshp/pyshp-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2024-04-14 Thread Thomas Beierlein
commit: 75fd5e178add2341038133799f31a7a041249d9d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Apr 14 14:34:47 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Apr 14 14:37:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fd5e17

sci-libs/pyshp: Add support for Python 3.12

Closes: https://bugs.gentoo.org/929787
Signed-off-by: Thomas Beierlein  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2024-01-15 Thread Thomas Beierlein
commit: 6e6d80d678e19c810cb3420e44ab38a0def3cf54
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jan 15 17:25:07 2024 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jan 15 17:25:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6d80d6

sci-libs/pyshp: drop 2.3.1

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/pyshp-2.3.1.ebuild | 28 
 1 file changed, 28 deletions(-)

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



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2023-07-17 Thread Thomas Beierlein
commit: e871733e49602638f64e4b9a3f1c404701e24543
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jul 17 18:11:07 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jul 17 18:11:07 2023 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2023-02-15 Thread Thomas Beierlein
commit: 2ec0aad3786231db6aa6fc90bd5da2b7c831cb83
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Feb 15 10:17:59 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Feb 15 10:18:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec0aad3

sci-libs/pyshp: drop 2.1.3

Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 -
 sci-libs/pyshp/pyshp-2.1.3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index eba883356fd9..8976f914a60e 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1,2 +1 @@
-DIST pyshp-2.1.3.tar.gz 219626 BLAKE2B 
2da94cb4b1514a504b9f961b58add973a73dea641ad5867b67086decd29af72092079b5d16f516b99a59be83028f4698faa2cb013200e533bbe772746d48
 SHA512 
249302e784bb38860037242b70899faaf504ef626c37decca44dc0d7c4f9482737e3234c0002393d1ef9800778715fc2b9946f3e3f3ecf507921e9db218d0d33
 DIST pyshp-2.3.1..gh.tar.gz 2213685 BLAKE2B 
ca5b87dec442508bc4a0612982984ba0fb91aa8acffddb6a448c43ccf42285305600a5e28e1fb781a3d94e8ce0624d027642fddcc5f2176dca3df095e59df170
 SHA512 
08844492b8d1d824c639844f7f314909d946bd4d3703a4f8d4cb64d400729671b42ff5b0f80aa68d9469f3939a3c7619ba13c9efdcba3b244ec01d7be3a371c5

diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild 
b/sci-libs/pyshp/pyshp-2.1.3.ebuild
deleted file mode 100644
index 31d17dac6db7..
--- a/sci-libs/pyshp/pyshp-2.1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
-HOMEPAGE="https://pypi.org/project/pyshp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${EPYTHON}" shapefile.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2023-01-02 Thread Thomas Beierlein
commit: 3c6c0a2c89073e3a8488a77ccc513d95da4436e6
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Jan  2 16:26:28 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Jan  2 16:26:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6c0a2c

sci-libs/pyshp: Add missing test dep

Closes: https://bugs.gentoo.org/888735
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/pyshp-2.3.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-libs/pyshp/pyshp-2.3.1.ebuild 
b/sci-libs/pyshp/pyshp-2.3.1.ebuild
index af715dcb9263..dc041f721f8e 100644
--- a/sci-libs/pyshp/pyshp-2.3.1.ebuild
+++ b/sci-libs/pyshp/pyshp-2.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..11} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
@@ -20,7 +20,8 @@ RESTRICT="!test? ( test )"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
epytest test_shapefile.py -m "not network" || die



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2022-12-28 Thread Thomas Beierlein
commit: d7df09f4d5fe75cd338bf3fdbb9dc23cba4ae8cf
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Dec 28 07:57:59 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Dec 28 07:59:35 2022 +
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  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 
2da94cb4b1514a504b9f961b58add973a73dea641ad5867b67086decd29af72092079b5d16f516b99a59be83028f4698faa2cb013200e533bbe772746d48
 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 @@
 Thomas Beierlein
   
   
+GeospatialPython/pyshp
 pyshp
   
 

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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2021-05-30 Thread Thomas Beierlein
commit: 67a1ad232bb4957de859422ca8cb69840025ae53
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun May 30 15:16:24 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun May 30 15:17:20 2021 +
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"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2021-05-30 Thread Thomas Beierlein
commit: 27ca6517f8c9ffc4838fe321251edb5d800a6964
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun May 30 15:15:22 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun May 30 15:17:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ca6517

sci-libs/pyshp: Drop old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 -
 sci-libs/pyshp/pyshp-2.1.2.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 3cfcfd08a03..15f451117d6 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1,2 +1 @@
-DIST pyshp-2.1.2.tar.gz 217857 BLAKE2B 
f4c50e16987b13b7968fe37e4e7f20329b6871c879b837113aac281527f6a00d5d13e10f93e8ecd5896cf089d801d76cec5d93645a6919fbc48d96d4318bb767
 SHA512 
54fadaa133d3fbf3b9a318be02dd21c2a35a3c58c15de8e6d0cffa6ca83eefe12603fe5930d3df63ad4c6a6d711336752f08923c6406168207ac291d05592582
 DIST pyshp-2.1.3.tar.gz 219626 BLAKE2B 
2da94cb4b1514a504b9f961b58add973a73dea641ad5867b67086decd29af72092079b5d16f516b99a59be83028f4698faa2cb013200e533bbe772746d48
 SHA512 
249302e784bb38860037242b70899faaf504ef626c37decca44dc0d7c4f9482737e3234c0002393d1ef9800778715fc2b9946f3e3f3ecf507921e9db218d0d33

diff --git a/sci-libs/pyshp/pyshp-2.1.2.ebuild 
b/sci-libs/pyshp/pyshp-2.1.2.ebuild
deleted file mode 100644
index 8f2c827ab10..000
--- a/sci-libs/pyshp/pyshp-2.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
-HOMEPAGE="https://pypi.org/project/pyshp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${EPYTHON}" shapefile.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2021-04-18 Thread Thomas Beierlein
commit: 9d3548c6ea17e18a0da3d8be97df25161092704e
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Apr 18 14:35:33 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Apr 18 14:35:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3548c6

sci-libs/pyshp: Version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 +
 sci-libs/pyshp/pyshp-2.1.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 53f8a333068..3cfcfd08a03 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1 +1,2 @@
 DIST pyshp-2.1.2.tar.gz 217857 BLAKE2B 
f4c50e16987b13b7968fe37e4e7f20329b6871c879b837113aac281527f6a00d5d13e10f93e8ecd5896cf089d801d76cec5d93645a6919fbc48d96d4318bb767
 SHA512 
54fadaa133d3fbf3b9a318be02dd21c2a35a3c58c15de8e6d0cffa6ca83eefe12603fe5930d3df63ad4c6a6d711336752f08923c6406168207ac291d05592582
+DIST pyshp-2.1.3.tar.gz 219626 BLAKE2B 
2da94cb4b1514a504b9f961b58add973a73dea641ad5867b67086decd29af72092079b5d16f516b99a59be83028f4698faa2cb013200e533bbe772746d48
 SHA512 
249302e784bb38860037242b70899faaf504ef626c37decca44dc0d7c4f9482737e3234c0002393d1ef9800778715fc2b9946f3e3f3ecf507921e9db218d0d33

diff --git a/sci-libs/pyshp/pyshp-2.1.3.ebuild 
b/sci-libs/pyshp/pyshp-2.1.3.ebuild
new file mode 100644
index 000..0b4603541d4
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-2.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
+HOMEPAGE="https://pypi.org/project/pyshp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" shapefile.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-12-18 Thread Thomas Beierlein
commit: 8355723a3b75e59e3e622c0443e591c1fad7d7c0
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Dec 18 18:01:07 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Dec 18 18:01:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8355723a

sci-libs/pyshp: Drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 -
 sci-libs/pyshp/pyshp-2.1.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 4ed1738c29e..53f8a333068 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1,2 +1 @@
-DIST pyshp-2.1.0.tar.gz 215360 BLAKE2B 
2b32a3db242b90f801abdbc31f3c930bc40c3ad0606433d90f62c6b9af3c0459e8c8467d60aec1075368779e5a4fffa9e3985e1875d82edf732faf982359c605
 SHA512 
ab0c7832f7e480ec3cdbf94ec29f84b590486625bde3d5cf465e5dc6ddca02998b99510b6c14d5ba005816c5b091044badc1e68988fd971f9e18266096ad86cb
 DIST pyshp-2.1.2.tar.gz 217857 BLAKE2B 
f4c50e16987b13b7968fe37e4e7f20329b6871c879b837113aac281527f6a00d5d13e10f93e8ecd5896cf089d801d76cec5d93645a6919fbc48d96d4318bb767
 SHA512 
54fadaa133d3fbf3b9a318be02dd21c2a35a3c58c15de8e6d0cffa6ca83eefe12603fe5930d3df63ad4c6a6d711336752f08923c6406168207ac291d05592582

diff --git a/sci-libs/pyshp/pyshp-2.1.0.ebuild 
b/sci-libs/pyshp/pyshp-2.1.0.ebuild
deleted file mode 100644
index 5499cd13c87..000
--- a/sci-libs/pyshp/pyshp-2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
-HOMEPAGE="https://pypi.org/project/pyshp/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${EPYTHON}" shapefile.py || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-12-16 Thread Thomas Beierlein
commit: 68ef73bef4cdac3a4de6044677934f7f2b78c244
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Dec 16 19:03:02 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Dec 16 19:03:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ef73be

sci-libs/pyshp: Add python3_9 support

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/pyshp-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/pyshp/pyshp-2.1.2.ebuild 
b/sci-libs/pyshp/pyshp-2.1.2.ebuild
index 5499cd13c87..9d913d98f24 100644
--- a/sci-libs/pyshp/pyshp-2.1.2.ebuild
+++ b/sci-libs/pyshp/pyshp-2.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-11-23 Thread Thomas Beierlein
commit: ebdc6e4c7763ee1a6400782c38706d7a5672ce9a
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Nov 23 19:06:17 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Nov 23 19:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdc6e4c

sci-libs/pyshp: Version bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 +
 sci-libs/pyshp/pyshp-2.1.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 93db1c90cc7..4ed1738c29e 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1 +1,2 @@
 DIST pyshp-2.1.0.tar.gz 215360 BLAKE2B 
2b32a3db242b90f801abdbc31f3c930bc40c3ad0606433d90f62c6b9af3c0459e8c8467d60aec1075368779e5a4fffa9e3985e1875d82edf732faf982359c605
 SHA512 
ab0c7832f7e480ec3cdbf94ec29f84b590486625bde3d5cf465e5dc6ddca02998b99510b6c14d5ba005816c5b091044badc1e68988fd971f9e18266096ad86cb
+DIST pyshp-2.1.2.tar.gz 217857 BLAKE2B 
f4c50e16987b13b7968fe37e4e7f20329b6871c879b837113aac281527f6a00d5d13e10f93e8ecd5896cf089d801d76cec5d93645a6919fbc48d96d4318bb767
 SHA512 
54fadaa133d3fbf3b9a318be02dd21c2a35a3c58c15de8e6d0cffa6ca83eefe12603fe5930d3df63ad4c6a6d711336752f08923c6406168207ac291d05592582

diff --git a/sci-libs/pyshp/pyshp-2.1.2.ebuild 
b/sci-libs/pyshp/pyshp-2.1.2.ebuild
new file mode 100644
index 000..5499cd13c87
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-2.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
+HOMEPAGE="https://pypi.org/project/pyshp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" shapefile.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-08-29 Thread Thomas Beierlein
commit: 11a4f0567c8b64c3df892895a6d680af76f6cbe0
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Aug 29 17:37:02 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Aug 29 17:38:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a4f056

sci-libs/pyshp: Drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 -
 sci-libs/pyshp/pyshp-1.2.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 4c844169a68..93db1c90cc7 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1,2 +1 @@
-DIST pyshp-1.2.0.tar.gz 58993 BLAKE2B 
f7cb69976b6dd089be45d7984765f803ce94300dc19df1b99a11ba876365f49659fb37a5ebfa36ebe3ce6de4df9f0b80f628160ace9b11a66a247f9a57ac0a80
 SHA512 
c77e19f258ba9d2e2c480b82c342d2bbeae4b5855627aa98777fbf590e904d50045edecaa0e5ec2e03ddaaf49bf7261944fb77bcd26bf6d21e50c90c30cd0b43
 DIST pyshp-2.1.0.tar.gz 215360 BLAKE2B 
2b32a3db242b90f801abdbc31f3c930bc40c3ad0606433d90f62c6b9af3c0459e8c8467d60aec1075368779e5a4fffa9e3985e1875d82edf732faf982359c605
 SHA512 
ab0c7832f7e480ec3cdbf94ec29f84b590486625bde3d5cf465e5dc6ddca02998b99510b6c14d5ba005816c5b091044badc1e68988fd971f9e18266096ad86cb

diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild 
b/sci-libs/pyshp/pyshp-1.2.0.ebuild
deleted file mode 100644
index 708ad5092d3..000
--- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
-HOMEPAGE="https://pypi.org/project/pyshp/;
-
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk;
-   inherit subversion
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-08-16 Thread Michał Górny
commit: 8437998c99f4456097d14186df31837b71566532
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 16 10:08:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 16 10:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8437998c

sci-libs/pyshp: Remove unmaintained live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 sci-libs/pyshp/pyshp-.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/sci-libs/pyshp/pyshp-.ebuild b/sci-libs/pyshp/pyshp-.ebuild
deleted file mode 100644
index 708ad5092d3..000
--- a/sci-libs/pyshp/pyshp-.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
-HOMEPAGE="https://pypi.org/project/pyshp/;
-
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk;
-   inherit subversion
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-04-22 Thread Thomas Beierlein
commit: 10bf9793df002c6eb32eb9f7bfdba14153634e1f
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Apr 22 16:22:43 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Apr 22 20:41:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bf9793

sci-libs/pyshp: Version bump, add py3.7 and 3.8

Take maintainership of the package.

Closes: https://bugs.gentoo.org/718500
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-libs/pyshp/Manifest   |  1 +
 sci-libs/pyshp/metadata.xml   |  5 -
 sci-libs/pyshp/pyshp-2.1.0.ebuild | 25 +
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pyshp/Manifest b/sci-libs/pyshp/Manifest
index 6ae88c063bd..4c844169a68 100644
--- a/sci-libs/pyshp/Manifest
+++ b/sci-libs/pyshp/Manifest
@@ -1 +1,2 @@
 DIST pyshp-1.2.0.tar.gz 58993 BLAKE2B 
f7cb69976b6dd089be45d7984765f803ce94300dc19df1b99a11ba876365f49659fb37a5ebfa36ebe3ce6de4df9f0b80f628160ace9b11a66a247f9a57ac0a80
 SHA512 
c77e19f258ba9d2e2c480b82c342d2bbeae4b5855627aa98777fbf590e904d50045edecaa0e5ec2e03ddaaf49bf7261944fb77bcd26bf6d21e50c90c30cd0b43
+DIST pyshp-2.1.0.tar.gz 215360 BLAKE2B 
2b32a3db242b90f801abdbc31f3c930bc40c3ad0606433d90f62c6b9af3c0459e8c8467d60aec1075368779e5a4fffa9e3985e1875d82edf732faf982359c605
 SHA512 
ab0c7832f7e480ec3cdbf94ec29f84b590486625bde3d5cf465e5dc6ddca02998b99510b6c14d5ba005816c5b091044badc1e68988fd971f9e18266096ad86cb

diff --git a/sci-libs/pyshp/metadata.xml b/sci-libs/pyshp/metadata.xml
index 512ca5c34a9..3da8982993c 100644
--- a/sci-libs/pyshp/metadata.xml
+++ b/sci-libs/pyshp/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+tom...@gentoo.org
+Thomas Beierlein
+  
   
 pyshp
   

diff --git a/sci-libs/pyshp/pyshp-2.1.0.ebuild 
b/sci-libs/pyshp/pyshp-2.1.0.ebuild
new file mode 100644
index 000..5499cd13c87
--- /dev/null
+++ b/sci-libs/pyshp/pyshp-2.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Pure Python read/write support for ESRI Shapefile format"
+HOMEPAGE="https://pypi.org/project/pyshp/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" shapefile.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2020-02-11 Thread Michał Górny
commit: b632b14ce8998f5c1901e4e34c37410c49bed4d2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 12:18:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 12:18:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b632b14c

sci-libs/pyshp: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 sci-libs/pyshp/pyshp-1.2.0.ebuild | 2 +-
 sci-libs/pyshp/pyshp-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild 
b/sci-libs/pyshp/pyshp-1.2.0.ebuild
index 71fb122d6ea..708ad5092d3 100644
--- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
+++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pyshp/pyshp-.ebuild b/sci-libs/pyshp/pyshp-.ebuild
index 71fb122d6ea..708ad5092d3 100644
--- a/sci-libs/pyshp/pyshp-.ebuild
+++ b/sci-libs/pyshp/pyshp-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2017-06-15 Thread Pacho Ramos
commit: 779ae2b655f94cda06237c111379c6c98c70de09
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:27:02 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779ae2b6

sci-libs/pyshp: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/pyshp/pyshp-1.2.0.ebuild | 4 ++--
 sci-libs/pyshp/pyshp-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild 
b/sci-libs/pyshp/pyshp-1.2.0.ebuild
index 90f8f2095b6..40a25c90a67 100644
--- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
+++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pyshp/pyshp-.ebuild b/sci-libs/pyshp/pyshp-.ebuild
index 90f8f2095b6..40a25c90a67 100644
--- a/sci-libs/pyshp/pyshp-.ebuild
+++ b/sci-libs/pyshp/pyshp-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1