summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-08 14:24:02 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-08 14:24:02 +0200
commit005af324aa59f0ebc11fc06f88e92c762cb22bde (patch)
tree447efbdade07cfb577ed609454f60f5500290429 /sci-libs
parentdev-python/mkdocs-material: Remove old (diff)
downloadgentoo-005af324aa59f0ebc11fc06f88e92c762cb22bde.tar.gz
gentoo-005af324aa59f0ebc11fc06f88e92c762cb22bde.tar.bz2
gentoo-005af324aa59f0ebc11fc06f88e92c762cb22bde.zip
sci-libs/rtree: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/rtree/Manifest1
-rw-r--r--sci-libs/rtree/rtree-0.9.7.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest
index 5e7dc421ac20..9cc4d0715929 100644
--- a/sci-libs/rtree/Manifest
+++ b/sci-libs/rtree/Manifest
@@ -1,2 +1 @@
-DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607
DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild
deleted file mode 100644
index c6c45ca4a5ed..000000000000
--- a/sci-libs/rtree/rtree-0.9.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-MY_PN="Rtree"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="R-Tree spatial index for Python GIS"
-HOMEPAGE="https://rtree.readthedocs.io"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm64 ~x86"
-SLOT="0"
-
-S="${WORKDIR}/${MY_P}"
-
-BDEPEND="dev-python/wheel[${PYTHON_USEDEP}]"
-RDEPEND="sci-libs/libspatialindex"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-DEPEND+="
- test? ( dev-python/numpy[${PYTHON_USEDEP}] )
-"