diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Manifest.gz | bin | 44153 -> 43995 bytes | |||
-rw-r--r-- | sci-libs/rtree/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/rtree/metadata.xml | 21 | ||||
-rw-r--r-- | sci-libs/rtree/rtree-1.0.0.ebuild | 30 |
4 files changed, 0 insertions, 54 deletions
diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz Binary files differindex 4530a44ab47e..0ccd5c0926fa 100644 --- a/sci-libs/Manifest.gz +++ b/sci-libs/Manifest.gz diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest deleted file mode 100644 index 6a70d498fde0..000000000000 --- a/sci-libs/rtree/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576 -EBUILD rtree-1.0.0.ebuild 598 BLAKE2B 26202e6b043c25076f173176bb90057dc9aee22ecb89f05fd5d8daf93839353df221b05e6ed099d5812ea8030d6041fa27238ea8d1130c5fb11534d1cfd3403d SHA512 bb195d166ea5f12494e860bb581b784e5d3e858c39aef7c8eb090464e16bde8b5cc85a6d9ed843b26ecbb53d61b05519f7f990727d123c82598596013c896e80 -MISC metadata.xml 839 BLAKE2B 1a948191fec4142d6c2731639ff99c4185a58231d22683f0541ec557b6b0650d2b4cb1c54238a0d5d6baf1cd7a7fe24722f832306050179b5f6c0a168ffc18ac SHA512 b63ea233bec3285bda6008728a82799c97f7ea544e1800952a53f480e4eedb8a59a2e9e77901785d93ab46eb79ea397d8829c16210bb3bd84820c87a54c7d287 diff --git a/sci-libs/rtree/metadata.xml b/sci-libs/rtree/metadata.xml deleted file mode 100644 index 34c930a0bce1..000000000000 --- a/sci-libs/rtree/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>3dprint@gentoo.org</email> - <name>Gentoo 3D Printer Project</name> - </maintainer> - <maintainer type="person"> - <email>andrewammerlaan@gentoo.org</email> - <name>Andrew Ammerlaan</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> diff --git a/sci-libs/rtree/rtree-1.0.0.ebuild b/sci-libs/rtree/rtree-1.0.0.ebuild deleted file mode 100644 index ffa872d759b3..000000000000 --- a/sci-libs/rtree/rtree-1.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 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 |