From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF97B13933E for ; Thu, 8 Jul 2021 11:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41FF8E0D7E; Thu, 8 Jul 2021 11:08:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A69B7E0D7E for ; Thu, 8 Jul 2021 11:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F88B342A99 for ; Thu, 8 Jul 2021 11:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3F377D7 for ; Thu, 8 Jul 2021 11:08:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1625742477.4c495d491adc5356de170885f1e0a0428f23d59c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rtree/Manifest sci-libs/rtree/rtree-0.9.4-r1.ebuild X-VCS-Directories: sci-libs/rtree/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4c495d491adc5356de170885f1e0a0428f23d59c X-VCS-Branch: master Date: Thu, 8 Jul 2021 11:08:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29b6e71a-384b-4e03-a2e5-16222c5fb0f1 X-Archives-Hash: 85d0a0d52571ce795640af5c892ba565 commit: 4c495d491adc5356de170885f1e0a0428f23d59c Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jul 8 10:32:25 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jul 8 11:07:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c495d49 sci-libs/rtree: cleanup old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/rtree/Manifest | 1 - sci-libs/rtree/rtree-0.9.4-r1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest index 5dfbd7f5531..5a4104bccd9 100644 --- a/sci-libs/rtree/Manifest +++ b/sci-libs/rtree/Manifest @@ -1,2 +1 @@ -DIST Rtree-0.9.4.tar.gz 62017 BLAKE2B 72a979a3b9b9e9e1d18ea8646bbf860413c18420ce40946108c4f2f0e59fcb5bb64971a57936a92714e02e13419f7dc594b2371e4b44a4fd6a3e3986c19f7d85 SHA512 59981ffefedac1162faaa86ea10d7d5503da46c7ae9588a57e1a49214043de5f41bd4836965651d4cd22e7959c37cc6d586d9912568a2aaf693a0afb7895b429 DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607 diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild deleted file mode 100644 index 26223a2fe4f..00000000000 --- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -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 ~x86" -SLOT="0" - -S=${WORKDIR}/${MY_P} - -RDEPEND="sci-libs/libspatialindex" - -distutils_enable_sphinx docs/source - -distutils_enable_tests pytest - -DEPEND+=" - test? ( dev-python/numpy[${PYTHON_USEDEP}] ) -"