diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-08-22 12:14:48 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-08-22 12:29:24 +0200 |
commit | 90dc37cc6913e905108851cd9e6d60665b0ecb5d (patch) | |
tree | 8ad7eff4f89e35c5762496173a45dbfaec4a2fa8 /sci-libs | |
parent | sci-libs/Rtree: bump to 0.9.4 (diff) | |
download | gentoo-90dc37cc6913e905108851cd9e6d60665b0ecb5d.tar.gz gentoo-90dc37cc6913e905108851cd9e6d60665b0ecb5d.tar.bz2 gentoo-90dc37cc6913e905108851cd9e6d60665b0ecb5d.zip |
sci-libs/Rtree: improved ebuild
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16788
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Rtree/Rtree-0.9.4.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-libs/Rtree/Rtree-0.9.4.ebuild b/sci-libs/Rtree/Rtree-0.9.4.ebuild index 6f4daca0d1fb..ee3030b4dffd 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 |