1
0
Fork 0

sci-libs/Rtree: dropped old version

Package-Manager: Portage-2.3.50, Repoman-2.3.11
This commit is contained in:
Horea Christian 2018-10-08 05:32:35 +02:00
parent daaa2ee713
commit d032e45b55
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 3 additions and 22 deletions

2
sci-libs/Rtree/ChangeLog Normal file
View File

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

View File

@ -1,2 +1 @@
DIST Rtree-0.8.2.tar.gz 55813 BLAKE2B fd7391ef92c61a9d502d03376e1eef157dcfec77d3d46642d1b14bbe3a5021880641cbc741dd85e8b3b3d66a019db0a2eb638cfa76d109102459544969877eba SHA512 c0c1091c21e92022540a0aed09c00f3b2b6abb2869757e0cb7a68a120e3a289f275cea824a72172ea5b327696a67024894f5f01354f0cd5ec5b05d9b3ec130e0
DIST Rtree-0.8.3_p20180802.tar.gz 48893 BLAKE2B bd0745e8e5051a772c2d50fe35712dc661737f32f6af382579dbbffc7467c21ef73bbeb794489da9891e50497b6f8775b1a670185453d54881e6dc8496fef539 SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c
DIST Rtree-0.8.3_p20180802.tar.gz 48893 SHA256 cbbbcec5f983ed3dc1bc406fbe0652aa55eb266e0930471d26fc1ccfeaff979d SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c WHIRLPOOL 0f94ecb076299664b61fc15ccb8c653b6dd822d2fd9be73efccf09ce9aef8aeb40a15195dc5ff4ba7ec9304dabe9edbc75e5336f72c8c52d9b27426f28de01f6

View File

@ -1,20 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="R-Tree spatial index for Python GIS"
HOMEPAGE="https://pypi.org/project/Rtree/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sci-libs/libspatialindex
sci-libs/scipy"
DEPEND="dev-python/setuptools"