commit:     b005a65db051ca6a25c18eed7e0e61a3bc4cf19d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 09:54:25 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 09:54:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b005a65d

dev-python/rtree: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rtree/Manifest           |  1 -
 dev-python/rtree/rtree-1.0.0.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/rtree/Manifest b/dev-python/rtree/Manifest
index 0fac7140604c..ea3894f72d83 100644
--- a/dev-python/rtree/Manifest
+++ b/dev-python/rtree/Manifest
@@ -1,2 +1 @@
-DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 
60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071
 SHA512 
9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576
 DIST rtree-1.3.0.tar.gz 48190 BLAKE2B 
1a9ed3617ca14e3a88e5800e871e3d3edd58bc31d5dcad3c30a4a3a51b44678beacfddc1c72cbd984139e8e9acfffda45cc478857dacba5b44e7775f29ef890f
 SHA512 
28810b769d90914e5aea9ea0b7f27b946c8d19495965696624d4fdd94c6ad462eb5ce7004d2c41e017d14a69bc913f43fdcef5293abe8504b66d8dcd5f4955a2

diff --git a/dev-python/rtree/rtree-1.0.0.ebuild 
b/dev-python/rtree/rtree-1.0.0.ebuild
deleted file mode 100644
index 40896a2c822c..000000000000
--- a/dev-python/rtree/rtree-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 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

Reply via email to