* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/
@ 2018-11-03 8:22 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2018-11-03 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 3a8f925a433e63fba963b59ceb5818c30c42310e
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Oct 2 21:39:11 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 3 08:19:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8f925a
sci-libs/Rtree: bump to 0.8.3_p20180802
And bumped EAPI to 7
And added test suite
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Horea Christian <horea.christ <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10049
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/Rtree/Manifest | 1 +
sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 27 +++++++++++++++++++++++++++
sci-libs/Rtree/metadata.xml | 1 +
3 files changed, 29 insertions(+)
diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest
index 335282a7baf..db4f240ad24 100644
--- a/sci-libs/Rtree/Manifest
+++ b/sci-libs/Rtree/Manifest
@@ -1 +1,2 @@
DIST Rtree-0.8.2.tar.gz 55813 BLAKE2B fd7391ef92c61a9d502d03376e1eef157dcfec77d3d46642d1b14bbe3a5021880641cbc741dd85e8b3b3d66a019db0a2eb638cfa76d109102459544969877eba SHA512 c0c1091c21e92022540a0aed09c00f3b2b6abb2869757e0cb7a68a120e3a289f275cea824a72172ea5b327696a67024894f5f01354f0cd5ec5b05d9b3ec130e0
+DIST Rtree-0.8.3_p20180802.tar.gz 48893 BLAKE2B bd0745e8e5051a772c2d50fe35712dc661737f32f6af382579dbbffc7467c21ef73bbeb794489da9891e50497b6f8775b1a670185453d54881e6dc8496fef539 SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c
diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
new file mode 100644
index 00000000000..2c31f17d56b
--- /dev/null
+++ b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+EGIT_COMMIT_HASH="c6437a8ae182cb58aef1d0a4465bfc0c6f75b273"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://github.com/Toblerity/rtree"
+SRC_URI="https://github.com/Toblerity/rtree/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="sci-libs/libspatialindex"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/rtree-${EGIT_COMMIT_HASH}"
+
+python_test() {
+ pytest -vv || die
+}
diff --git a/sci-libs/Rtree/metadata.xml b/sci-libs/Rtree/metadata.xml
index 150a150f5eb..0a6a504a665 100644
--- a/sci-libs/Rtree/metadata.xml
+++ b/sci-libs/Rtree/metadata.xml
@@ -5,6 +5,7 @@
<email>slis@gentoo.org</email>
</maintainer>
<upstream>
+ <remote-id type="github">Toblerity/rtree</remote-id>
<remote-id type="pypi">Rtree</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/
@ 2020-01-28 21:30 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2020-01-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 85db481223776cd6a8f6b4586fe381c58b32e080
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:58:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 21:30:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85db4812
sci-libs/Rtree: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
index fbba424b40b..0832cb96d36 100644
--- a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
+++ b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/
@ 2020-01-28 21:30 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2020-01-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: cbe2e3b0c8bffb111d562c8d7a337a3452122cfe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:58:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 21:30:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe2e3b0
sci-libs/Rtree: Remove old (py2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/Rtree/Manifest | 1 -
sci-libs/Rtree/Rtree-0.8.2.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest
index db4f240ad24..d91680ac67b 100644
--- a/sci-libs/Rtree/Manifest
+++ b/sci-libs/Rtree/Manifest
@@ -1,2 +1 @@
-DIST Rtree-0.8.2.tar.gz 55813 BLAKE2B fd7391ef92c61a9d502d03376e1eef157dcfec77d3d46642d1b14bbe3a5021880641cbc741dd85e8b3b3d66a019db0a2eb638cfa76d109102459544969877eba SHA512 c0c1091c21e92022540a0aed09c00f3b2b6abb2869757e0cb7a68a120e3a289f275cea824a72172ea5b327696a67024894f5f01354f0cd5ec5b05d9b3ec130e0
DIST Rtree-0.8.3_p20180802.tar.gz 48893 BLAKE2B bd0745e8e5051a772c2d50fe35712dc661737f32f6af382579dbbffc7467c21ef73bbeb794489da9891e50497b6f8775b1a670185453d54881e6dc8496fef539 SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c
diff --git a/sci-libs/Rtree/Rtree-0.8.2.ebuild b/sci-libs/Rtree/Rtree-0.8.2.ebuild
deleted file mode 100644
index 011ac348bf0..00000000000
--- a/sci-libs/Rtree/Rtree-0.8.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://pypi.org/project/Rtree/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sci-libs/libspatialindex
- sci-libs/scipy"
-DEPEND="dev-python/setuptools"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/
@ 2020-08-22 10:29 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-08-22 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 75d0b890e1e1f1713539ea625a0a1c2b9ca08d74
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 12:00:25 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 10:29:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d0b890
sci-libs/Rtree: bump to 0.9.4
Bug: https://bugs.gentoo.org/725460
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/Rtree/Manifest | 1 +
sci-libs/Rtree/Rtree-0.9.4.ebuild | 30 ++++++++++++++++++++++++++++++
sci-libs/Rtree/metadata.xml | 18 +++++++++++++-----
3 files changed, 44 insertions(+), 5 deletions(-)
diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest
index d91680ac67b..5d97cab36f4 100644
--- a/sci-libs/Rtree/Manifest
+++ b/sci-libs/Rtree/Manifest
@@ -1 +1,2 @@
DIST Rtree-0.8.3_p20180802.tar.gz 48893 BLAKE2B bd0745e8e5051a772c2d50fe35712dc661737f32f6af382579dbbffc7467c21ef73bbeb794489da9891e50497b6f8775b1a670185453d54881e6dc8496fef539 SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c
+DIST Rtree-0.9.4.tar.gz 62017 BLAKE2B 72a979a3b9b9e9e1d18ea8646bbf860413c18420ce40946108c4f2f0e59fcb5bb64971a57936a92714e02e13419f7dc594b2371e4b44a4fd6a3e3986c19f7d85 SHA512 59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429
diff --git a/sci-libs/Rtree/Rtree-0.9.4.ebuild b/sci-libs/Rtree/Rtree-0.9.4.ebuild
new file mode 100644
index 00000000000..6f4daca0d1f
--- /dev/null
+++ b/sci-libs/Rtree/Rtree-0.9.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..8} )
+
+inherit distutils-r1
+
+MY_PN="Rtree"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S=${WORKDIR}/${MY_P}
+
+RDEPEND="sci-libs/libspatialindex"
+
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs/source
+
+distutils_enable_tests pytest
diff --git a/sci-libs/Rtree/metadata.xml b/sci-libs/Rtree/metadata.xml
index f78d3bff8f5..d03728e20d7 100644
--- a/sci-libs/Rtree/metadata.xml
+++ b/sci-libs/Rtree/metadata.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">Toblerity/rtree</remote-id>
- <remote-id type="pypi">Rtree</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>3dprint@gentoo.org</email>
+ <name>Gentoo 3D Printer Project</name>
+ </maintainer>
+ <longdescription>
+ Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing
+ features for the spatially curious Python user.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/Toblerity/rtree/issues</bugs-to>
+ <remote-id type="github">Toblerity/rtree</remote-id>
+ <remote-id type="pypi">Rtree</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/
@ 2020-08-22 10:29 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-08-22 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 90dc37cc6913e905108851cd9e6d60665b0ecb5d
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 10:14:48 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 10:29:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90dc37cc
sci-libs/Rtree: improved ebuild
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16788
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/Rtree/Rtree-0.9.4.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/sci-libs/Rtree/Rtree-0.9.4.ebuild b/sci-libs/Rtree/Rtree-0.9.4.ebuild
index 6f4daca0d1f..ee3030b4dff 100644
--- a/sci-libs/Rtree/Rtree-0.9.4.ebuild
+++ b/sci-libs/Rtree/Rtree-0.9.4.ebuild
@@ -7,12 +7,9 @@ PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
-
DESCRIPTION="R-Tree spatial index for Python GIS"
HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
@@ -22,9 +19,6 @@ S=${WORKDIR}/${MY_P}
RDEPEND="sci-libs/libspatialindex"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
distutils_enable_sphinx docs/source
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2020-10-11 15:47 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-10-11 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 9201c015069461316355c6688d8384be91c18f4c
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 15:46:30 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 15:47:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9201c015
sci-libs/rtree-0.9.4: set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/747817
Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17889
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild
index a7ec9222022..c539f353b91 100644
--- a/sci-libs/rtree/rtree-0.9.4.ebuild
+++ b/sci-libs/rtree/rtree-0.9.4.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2020-10-12 18:46 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-10-12 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 2332003973da6b9c6441f93448df4785f053ce68
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:08:59 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 18:45:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23320039
sci-libs/rtree-0.9.4: fixed missing dependency for tests
Closes: https://bugs.gentoo.org/747883
Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.4-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
new file mode 100644
index 00000000000..a0940fd1901
--- /dev/null
+++ b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_PN="Rtree"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S=${WORKDIR}/${MY_P}
+
+RDEPEND="sci-libs/libspatialindex"
+
+distutils_enable_sphinx docs/source
+
+distutils_enable_tests pytest
+
+DEPEND+="
+ test? ( dev-python/numpy[${PYTHON_USEDEP}] )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2020-10-12 18:46 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-10-12 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 7341c08a12639faa05a50536209874d6d2aad79e
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:09:18 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 18:45:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7341c08a
sci-libs/rtree: drop old
Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.4.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild
deleted file mode 100644
index c539f353b91..00000000000
--- a/sci-libs/rtree/rtree-0.9.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-S=${WORKDIR}/${MY_P}
-
-RDEPEND="sci-libs/libspatialindex"
-
-distutils_enable_sphinx docs/source
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2020-12-29 12:21 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2020-12-29 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 1b40cb5bb72050ddf853deec390e761ffd3b496d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Dec 23 08:39:28 2020 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 12:21:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b40cb5b
sci-libs/rtree: updated PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/18776
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
index a0940fd1901..300f7833002 100644
--- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild
+++ b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2021-02-07 23:57 Dennis Lamm
0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2021-02-07 23:57 UTC (permalink / raw
To: gentoo-commits
commit: 9db5b3c2db2f9d6e847be707838ae943a8bdacf2
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 21:23:31 2021 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 23:56:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db5b3c2
sci-libs/rtree-0.9.4-r1: updated homepage
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
index 300f7833002..26223a2fe4f 100644
--- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild
+++ b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
@@ -12,7 +12,7 @@ MY_PN="Rtree"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
+HOMEPAGE="https://rtree.readthedocs.io"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2021-06-05 10:47 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2021-06-05 10:47 UTC (permalink / raw
To: gentoo-commits
commit: d1da9321d54dbbe70aff76b9c6968e75b69b3764
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 09:36:02 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 10:46:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1da9321
sci-libs/rtree: add 0.9.7, add py3.10
Closes: https://bugs.gentoo.org/791766
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/Manifest | 1 +
sci-libs/rtree/metadata.xml | 4 ++++
sci-libs/rtree/rtree-0.9.7.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 405a862ae51..5dfbd7f5531 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1 +1,2 @@
DIST Rtree-0.9.4.tar.gz 62017 BLAKE2B 72a979a3b9b9e9e1d18ea8646bbf860413c18420ce40946108c4f2f0e59fcb5bb64971a57936a92714e02e13419f7dc594b2371e4b44a4fd6a3e3986c19f7d85 SHA512 59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429
+DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607
diff --git a/sci-libs/rtree/metadata.xml b/sci-libs/rtree/metadata.xml
index d03728e20d7..a0a47a2da71 100644
--- a/sci-libs/rtree/metadata.xml
+++ b/sci-libs/rtree/metadata.xml
@@ -5,6 +5,10 @@
<email>3dprint@gentoo.org</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
+ <maintainer type="person">
+ <email>andrewammerlaan@gentoo.org</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
<longdescription>
Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing
features for the spatially curious Python user.
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
new file mode 100644
index 00000000000..021ea1b4638
--- /dev/null
+++ b/sci-libs/rtree/rtree-0.9.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+MY_PN="Rtree"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://rtree.readthedocs.io"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="sci-libs/libspatialindex"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+DEPEND+="
+ test? ( dev-python/numpy[${PYTHON_USEDEP}] )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2021-06-05 14:25 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2021-06-05 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 015b4edcc49dc91950e91f3821e3359ee7d3293c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 14:25:07 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 14:25:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015b4edc
sci-libs/rtree: add missing dep
Closes: https://bugs.gentoo.org/794445
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.7.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
index 021ea1b4638..751660dc98d 100644
--- a/sci-libs/rtree/rtree-0.9.7.ebuild
+++ b/sci-libs/rtree/rtree-0.9.7.ebuild
@@ -20,6 +20,7 @@ SLOT="0"
S="${WORKDIR}/${MY_P}"
+BDEPEND="dev-python/wheel[${PYTHON_USEDEP}]"
RDEPEND="sci-libs/libspatialindex"
distutils_enable_sphinx docs/source
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2021-07-08 11:08 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2021-07-08 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 4c495d491adc5356de170885f1e0a0428f23d59c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 10:32:25 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 11:07:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c495d49
sci-libs/rtree: cleanup old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/Manifest | 1 -
sci-libs/rtree/rtree-0.9.4-r1.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 5dfbd7f5531..5a4104bccd9 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1,2 +1 @@
-DIST Rtree-0.9.4.tar.gz 62017 BLAKE2B 72a979a3b9b9e9e1d18ea8646bbf860413c18420ce40946108c4f2f0e59fcb5bb64971a57936a92714e02e13419f7dc594b2371e4b44a4fd6a3e3986c19f7d85 SHA512 59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429
DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607
diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
deleted file mode 100644
index 26223a2fe4f..00000000000
--- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,32 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-S=${WORKDIR}/${MY_P}
-
-RDEPEND="sci-libs/libspatialindex"
-
-distutils_enable_sphinx docs/source
-
-distutils_enable_tests pytest
-
-DEPEND+="
- test? ( dev-python/numpy[${PYTHON_USEDEP}] )
-"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2022-02-19 7:19 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-02-19 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 55a91aae8544c21d1600a0e6a93bd39c1f0bebe7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:18:49 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:18:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a91aae
sci-libs/rtree: Keyword 0.9.7 arm64, #833516
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
index 751660dc98d3..7623eca37a2b 100644
--- a/sci-libs/rtree/rtree-0.9.7.ebuild
+++ b/sci-libs/rtree/rtree-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2022-03-10 21:21 Jakov Smolić
0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-03-10 21:21 UTC (permalink / raw
To: gentoo-commits
commit: cf42f99d65976e720bebf2d4688eb24296443b32
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 21:20:53 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:20:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf42f99d
sci-libs/rtree: Stabilize 0.9.7 amd64, #834389
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-libs/rtree/rtree-0.9.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
index 7623eca37a2b..b7fcaebfa64f 100644
--- a/sci-libs/rtree/rtree-0.9.7.ebuild
+++ b/sci-libs/rtree/rtree-0.9.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
SLOT="0"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2022-05-20 18:01 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2022-05-20 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 517f159ae645ae96e785c5b5bee9e90aaa8bbcfa
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 17:59:19 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May 20 18:01:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517f159a
sci-libs/rtree: add 1.0.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/Manifest | 1 +
sci-libs/rtree/rtree-1.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 5a4104bccd94..5e7dc421ac20 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1 +1,2 @@
DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607
+DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
new file mode 100644
index 000000000000..928981fc2086
--- /dev/null
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_PN="Rtree"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://rtree.readthedocs.io"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ sci-libs/libspatialindex
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+BDEPEND="
+ test? ( dev-python/numpy[${PYTHON_USEDEP}] )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2022-05-21 9:18 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2022-05-21 9:18 UTC (permalink / raw
To: gentoo-commits
commit: d7b695c3fd0ca41875808715e736160efe1b4a1d
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 09:17:19 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 21 09:18:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b695c3
sci-libs/rtree: fix ordering of distutils_enable_pytest
Closes: https://bugs.gentoo.org/846659
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 928981fc2086..7c8bc04ed510 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -25,9 +25,9 @@ RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
BDEPEND="
test? ( dev-python/numpy[${PYTHON_USEDEP}] )
"
+
+distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2022-06-01 10:55 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2022-06-01 10:55 UTC (permalink / raw
To: gentoo-commits
commit: fa2d9f11cefcb1f0d2616f8db14d080ec49b1152
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 10:49:35 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 10:55:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2d9f11
sci-libs/rtree: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 7c8bc04ed510..7ec082e7b4e4 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2023-03-25 17:19 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-03-25 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 80fe33b5c69b8fefffcd1aa744efd69a6b4c8ffa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:54:07 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 17:18:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fe33b5
sci-libs/rtree: Use pypi.eclass
Closes: https://github.com/gentoo/gentoo/pull/30329
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 2def4993819c..c30e40df1d5a 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -5,16 +5,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
-inherit distutils-r1
-
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
+inherit distutils-r1 pypi
DESCRIPTION="R-Tree spatial index for Python GIS"
HOMEPAGE="https://rtree.readthedocs.io"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2023-04-08 9:39 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-04-08 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 9bb293ad18bcc3f7b179cc130ff3df88b0d07339
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 09:39:03 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 09:39:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb293ad
sci-libs/rtree: Stabilize 1.0.0 amd64, #904007
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index c30e40df1d5a..2892a9c457f2 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND="
sci-libs/libspatialindex
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2023-04-08 12:24 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-04-08 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 005af324aa59f0ebc11fc06f88e92c762cb22bde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 12:24:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 12:24:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005af324
sci-libs/rtree: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/rtree/Manifest | 1 -
sci-libs/rtree/rtree-0.9.7.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 5e7dc421ac20..9cc4d0715929 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1,2 +1 @@
-DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607
DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
deleted file mode 100644
index c6c45ca4a5ed..000000000000
--- a/sci-libs/rtree/rtree-0.9.7.ebuild
+++ /dev/null
@@ -1,31 +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
-
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm64 ~x86"
-SLOT="0"
-
-S="${WORKDIR}/${MY_P}"
-
-BDEPEND="dev-python/wheel[${PYTHON_USEDEP}]"
-RDEPEND="sci-libs/libspatialindex"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-DEPEND+="
- test? ( dev-python/numpy[${PYTHON_USEDEP}] )
-"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2023-09-14 11:02 Andrew Ammerlaan
0 siblings, 0 replies; 25+ messages in thread
From: Andrew Ammerlaan @ 2023-09-14 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 996c7dae183a1caa904b6ed363b90ee0076a4169
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 10:52:32 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 11:01:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996c7dae
sci-libs/rtree: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 2892a9c457f2..6a3c861b0013 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2023-11-24 17:04 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-11-24 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 60d97b42d4c36162b3e6e9d3ce0f94dfba8bd133
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 17:03:40 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 17:03:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d97b42
sci-libs/rtree: Stabilize 1.0.0 arm64, #918389
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/rtree/rtree-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild
index 6a3c861b0013..ffa872d759b3 100644
--- a/sci-libs/rtree/rtree-1.0.0.ebuild
+++ b/sci-libs/rtree/rtree-1.0.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
RDEPEND="
sci-libs/libspatialindex
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2024-07-10 9:32 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2024-07-10 9:32 UTC (permalink / raw
To: gentoo-commits
commit: d92790683390daf3d9ccfc8c11aa7b653c89d870
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 08:54:08 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 09:32:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9279068
sci-libs/rtree: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/rtree/Manifest | 1 +
sci-libs/rtree/rtree-1.3.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 9cc4d0715929..0fac7140604c 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1 +1,2 @@
DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576
+DIST rtree-1.3.0.tar.gz 48190 BLAKE2B 1a9ed3617ca14e3a88e5800e871e3d3edd58bc31d5dcad3c30a4a3a51b44678beacfddc1c72cbd984139e8e9acfffda45cc478857dacba5b44e7775f29ef890f SHA512 28810b769d90914e5aea9ea0b7f27b946c8d19495965696624d4fdd94c6ad462eb5ce7004d2c41e017d14a69bc913f43fdcef5293abe8504b66d8dcd5f4955a2
diff --git a/sci-libs/rtree/rtree-1.3.0.ebuild b/sci-libs/rtree/rtree-1.3.0.ebuild
new file mode 100644
index 000000000000..ff8999dbd054
--- /dev/null
+++ b/sci-libs/rtree/rtree-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN^}
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="
+ https://rtree.readthedocs.io/
+ https://github.com/Toblerity/rtree/
+ https://pypi.org/project/Rtree/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ sci-libs/libspatialindex
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_sphinx docs/source \
+ dev-python/sphinx-issues
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
@ 2024-07-10 9:32 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2024-07-10 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 0e079298292b093e5eca1432e414b47c0e30d7bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 08:54:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 09:32:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e079298
sci-libs/rtree: Add python@ as co-maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/rtree/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-libs/rtree/metadata.xml b/sci-libs/rtree/metadata.xml
index 34c930a0bce1..eb60738f3714 100644
--- a/sci-libs/rtree/metadata.xml
+++ b/sci-libs/rtree/metadata.xml
@@ -9,6 +9,10 @@
<email>andrewammerlaan@gentoo.org</email>
<name>Andrew Ammerlaan</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<longdescription>
Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing
features for the spatially curious Python user.
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-07-10 9:32 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-05 10:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-07-10 9:32 Michał Górny
2024-07-10 9:32 Michał Górny
2023-11-24 17:04 Arthur Zamarin
2023-09-14 11:02 Andrew Ammerlaan
2023-04-08 12:24 Michał Górny
2023-04-08 9:39 Arthur Zamarin
2023-03-25 17:19 Michał Górny
2022-06-01 10:55 Andrew Ammerlaan
2022-05-21 9:18 Andrew Ammerlaan
2022-05-20 18:01 Andrew Ammerlaan
2022-03-10 21:21 Jakov Smolić
2022-02-19 7:19 Arthur Zamarin
2021-07-08 11:08 Andrew Ammerlaan
2021-06-05 14:25 Andrew Ammerlaan
2021-02-07 23:57 Dennis Lamm
2020-12-29 12:21 Dennis Lamm
2020-10-12 18:46 Dennis Lamm
2020-10-12 18:46 Dennis Lamm
2020-10-11 15:47 Dennis Lamm
2020-08-22 10:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/ Dennis Lamm
2020-08-22 10:29 Dennis Lamm
2020-01-28 21:30 Michał Górny
2020-01-28 21:30 Michał Górny
2018-11-03 8:22 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox