Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
Date: Mon, 12 Oct 2020 18:46:16
Message-Id: 1602528359.7341c08a12639faa05a50536209874d6d2aad79e.expeditioneer@gentoo
1 commit: 7341c08a12639faa05a50536209874d6d2aad79e
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 16:09:18 2020 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 18:45:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7341c08a
7
8 sci-libs/rtree: drop old
9
10 Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
11 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
12
13 sci-libs/rtree/rtree-0.9.4.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild
17 deleted file mode 100644
18 index c539f353b91..00000000000
19 --- a/sci-libs/rtree/rtree-0.9.4.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7..8} )
28 -DISTUTILS_USE_SETUPTOOLS=rdepend
29 -
30 -inherit distutils-r1
31 -
32 -MY_PN="Rtree"
33 -MY_P="${MY_PN}-${PV}"
34 -
35 -DESCRIPTION="R-Tree spatial index for Python GIS"
36 -HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
37 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
38 -LICENSE="MIT"
39 -
40 -KEYWORDS="~amd64 ~x86"
41 -SLOT="0"
42 -
43 -S=${WORKDIR}/${MY_P}
44 -
45 -RDEPEND="sci-libs/libspatialindex"
46 -
47 -distutils_enable_sphinx docs/source
48 -
49 -distutils_enable_tests pytest