commit:     ead3dbad2e9beb6bc3ecde96730c931beb79ebb5
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 13:15:18 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 13:50:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead3dbad

sci-libs/rtree: renamed from Rtree to rtree

removed old

Closes: https://bugs.gentoo.org/738596

Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17885
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 profiles/updates/4Q-2019                           |  1 +
 sci-libs/Rtree/Manifest                            |  2 --
 sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild        | 28 ----------------------
 sci-libs/rtree/Manifest                            |  1 +
 sci-libs/{Rtree => rtree}/metadata.xml             |  0
 .../rtree-0.9.4.ebuild}                            |  5 +++-
 6 files changed, 6 insertions(+), 31 deletions(-)

diff --git a/profiles/updates/4Q-2019 b/profiles/updates/4Q-2019
index 55d4ca51132..8bf87c31899 100644
--- a/profiles/updates/4Q-2019
+++ b/profiles/updates/4Q-2019
@@ -5,3 +5,4 @@ move app-admin/graylog2 app-admin/graylog
 move media-libs/libclthreads dev-libs/libclthreads
 move media-libs/libclxclient x11-libs/libclxclient
 slotmove net-misc/teamviewer 15 0
+move sci-libs/Rtree sci-libs/rtree

diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest
deleted file mode 100644
index 5d97cab36f4..00000000000
--- a/sci-libs/Rtree/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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.8.3_p20180802.ebuild 
b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
deleted file mode 100644
index 0832cb96d36..00000000000
--- a/sci-libs/Rtree/Rtree-0.8.3_p20180802.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_{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"
-RESTRICT="!test? ( 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/Manifest b/sci-libs/rtree/Manifest
new file mode 100644
index 00000000000..405a862ae51
--- /dev/null
+++ b/sci-libs/rtree/Manifest
@@ -0,0 +1 @@
+DIST Rtree-0.9.4.tar.gz 62017 BLAKE2B 
72a979a3b9b9e9e1d18ea8646bbf860413c18420ce40946108c4f2f0e59fcb5bb64971a57936a92714e02e13419f7dc594b2371e4b44a4fd6a3e3986c19f7d85
 SHA512 
59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429

diff --git a/sci-libs/Rtree/metadata.xml b/sci-libs/rtree/metadata.xml
similarity index 100%
rename from sci-libs/Rtree/metadata.xml
rename to sci-libs/rtree/metadata.xml

diff --git a/sci-libs/Rtree/Rtree-0.9.4.ebuild 
b/sci-libs/rtree/rtree-0.9.4.ebuild
similarity index 81%
rename from sci-libs/Rtree/Rtree-0.9.4.ebuild
rename to sci-libs/rtree/rtree-0.9.4.ebuild
index ee3030b4dff..a7ec9222022 100644
--- a/sci-libs/Rtree/Rtree-0.9.4.ebuild
+++ b/sci-libs/rtree/rtree-0.9.4.ebuild
@@ -7,9 +7,12 @@ 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/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~x86"

Reply via email to