* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtree/
@ 2024-07-27 8:19 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-07-27 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 3876d430cc1f181dfdb15e1c3fa2ad071c759bae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 08:19:11 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 08:19:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3876d430
dev-python/rtree: Stabilize 1.3.0 arm64, #936726
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/rtree/rtree-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtree/rtree-1.3.0.ebuild b/dev-python/rtree/rtree-1.3.0.ebuild
index ff8999dbd054..ebda5bd845b0 100644
--- a/dev-python/rtree/rtree-1.3.0.ebuild
+++ b/dev-python/rtree/rtree-1.3.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
RDEPEND="
sci-libs/libspatialindex
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtree/
@ 2024-07-27 8:40 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-07-27 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 25cbdcd037cf2c04c87827c87c2491d37f0e7959
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 08:40:22 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 08:40:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25cbdcd0
dev-python/rtree: Stabilize 1.3.0 amd64, #936726
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/rtree/rtree-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtree/rtree-1.3.0.ebuild b/dev-python/rtree/rtree-1.3.0.ebuild
index ebda5bd845b0..743c1eb58416 100644
--- a/dev-python/rtree/rtree-1.3.0.ebuild
+++ b/dev-python/rtree/rtree-1.3.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
RDEPEND="
sci-libs/libspatialindex
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtree/
@ 2024-07-27 10:06 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2024-07-27 10:06 UTC (permalink / raw
To: gentoo-commits
commit: b005a65db051ca6a25c18eed7e0e61a3bc4cf19d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 09:54:25 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 09:54:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b005a65d
dev-python/rtree: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rtree/Manifest | 1 -
dev-python/rtree/rtree-1.0.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/rtree/Manifest b/dev-python/rtree/Manifest
index 0fac7140604c..ea3894f72d83 100644
--- a/dev-python/rtree/Manifest
+++ b/dev-python/rtree/Manifest
@@ -1,2 +1 @@
-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/dev-python/rtree/rtree-1.0.0.ebuild b/dev-python/rtree/rtree-1.0.0.ebuild
deleted file mode 100644
index 40896a2c822c..000000000000
--- a/dev-python/rtree/rtree-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io"
-
-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
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtree/
@ 2025-03-06 3:31 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-03-06 3:31 UTC (permalink / raw
To: gentoo-commits
commit: 8cc881a75ddb74ca22f10976679f942519314581
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 03:06:51 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 03:31:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc881a7
dev-python/rtree: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rtree/Manifest | 1 +
dev-python/rtree/metadata.xml | 2 +-
dev-python/rtree/rtree-1.4.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/dev-python/rtree/Manifest b/dev-python/rtree/Manifest
index ea3894f72d83..fd47b2299158 100644
--- a/dev-python/rtree/Manifest
+++ b/dev-python/rtree/Manifest
@@ -1 +1,2 @@
DIST rtree-1.3.0.tar.gz 48190 BLAKE2B 1a9ed3617ca14e3a88e5800e871e3d3edd58bc31d5dcad3c30a4a3a51b44678beacfddc1c72cbd984139e8e9acfffda45cc478857dacba5b44e7775f29ef890f SHA512 28810b769d90914e5aea9ea0b7f27b946c8d19495965696624d4fdd94c6ad462eb5ce7004d2c41e017d14a69bc913f43fdcef5293abe8504b66d8dcd5f4955a2
+DIST rtree-1.4.0.tar.gz 50789 BLAKE2B b3897a0c5332843c4c938a4ff494d17f006e05891bb6af70cae19ac323aec21bb5f42fdb3066c2a26007dbcd171258566f5ec67fba7ad9945f30c8929a005d17 SHA512 8306d519169f067d6c97adeb7a18d5053c192437b8a2b7288c2bfb379d2bdd885ac3b400d37ecdad224d1aaee542f6b9f50567baae5a8b02a23419f1da562b5e
diff --git a/dev-python/rtree/metadata.xml b/dev-python/rtree/metadata.xml
index ac4ff38b9e51..79819124a027 100644
--- a/dev-python/rtree/metadata.xml
+++ b/dev-python/rtree/metadata.xml
@@ -20,6 +20,6 @@
<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>
+ <remote-id type="pypi">rtree</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/rtree/rtree-1.4.0.ebuild b/dev-python/rtree/rtree-1.4.0.ebuild
new file mode 100644
index 000000000000..24851f32f414
--- /dev/null
+++ b/dev-python/rtree/rtree-1.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 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] 4+ messages in thread
end of thread, other threads:[~2025-03-06 3:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 3:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/rtree/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-27 10:06 Michał Górny
2024-07-27 8:40 Arthur Zamarin
2024-07-27 8:19 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox