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

Reply via email to