diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-07-23 14:00:25 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-08-22 12:29:24 +0200 |
commit | 75d0b890e1e1f1713539ea625a0a1c2b9ca08d74 (patch) | |
tree | 402115bc4e3df4bf5ee2303106fc2afb5ae45af8 /sci-libs | |
parent | sys-apps/firejail-lts: fixed QA violation (diff) | |
download | gentoo-75d0b890e1e1f1713539ea625a0a1c2b9ca08d74.tar.gz gentoo-75d0b890e1e1f1713539ea625a0a1c2b9ca08d74.tar.bz2 gentoo-75d0b890e1e1f1713539ea625a0a1c2b9ca08d74.zip |
sci-libs/Rtree: bump to 0.9.4
Bug: https://bugs.gentoo.org/725460
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Rtree/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/Rtree/Rtree-0.9.4.ebuild | 30 | ||||
-rw-r--r-- | 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 d91680ac67b7..5d97cab36f44 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 000000000000..6f4daca0d1fb --- /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 f78d3bff8f54..d03728e20d7e 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> |