1
0
Fork 0

Tracked in main tree:

3a8f925a43
This commit is contained in:
Horea Christian 2018-11-03 18:04:03 +01:00
parent 60e5f72e3b
commit 595b3353cc
4 changed files with 0 additions and 42 deletions

View File

@ -1,2 +0,0 @@
08 Oct 2018; Horea Christian <h.chr@mail.ru> -Rtree-0.8.2.ebuild:
sci-libs/Rtree: dropped old version

View File

@ -1 +0,0 @@
DIST Rtree-0.8.3_p20180802.tar.gz 48893 SHA256 cbbbcec5f983ed3dc1bc406fbe0652aa55eb266e0930471d26fc1ccfeaff979d SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c WHIRLPOOL 0f94ecb076299664b61fc15ccb8c653b6dd822d2fd9be73efccf09ce9aef8aeb40a15195dc5ff4ba7ec9304dabe9edbc75e5336f72c8c52d9b27426f28de01f6

View File

@ -1,28 +0,0 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
EGIT_COMMIT_HASH="c6437a8ae182cb58aef1d0a4465bfc0c6f75b273"
DESCRIPTION="R-Tree spatial index for Python GIS"
HOMEPAGE="https://github.com/Toblerity/rtree"
SRC_URI="https://github.com/Toblerity/rtree/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sci-libs/libspatialindex
sci-libs/scipy"
DEPEND="dev-python/setuptools"
S="${WORKDIR}/rtree-${EGIT_COMMIT_HASH}"
python_test() {
pytest --verbose || die
}

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>slis@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">Toblerity/rtree</remote-id>
<remote-id type="pypi">Rtree</remote-id>
</upstream>
</pkgmetadata>