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 9D33D138351 for ; Tue, 28 Jan 2020 21:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 928C3E086C; Tue, 28 Jan 2020 21:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 770F4E086C for ; Tue, 28 Jan 2020 21:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9C7134E45B for ; Tue, 28 Jan 2020 21:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 476E4114 for ; Tue, 28 Jan 2020 21:30:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580247019.cbe2e3b0c8bffb111d562c8d7a337a3452122cfe.mgorny@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.8.2.ebuild X-VCS-Directories: sci-libs/Rtree/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbe2e3b0c8bffb111d562c8d7a337a3452122cfe X-VCS-Branch: master Date: Tue, 28 Jan 2020 21:30:29 +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: b9b6f922-3db8-4479-b82d-3865d540f55c X-Archives-Hash: c58019c82c6dd6e9b919cc76ad58e675 commit: cbe2e3b0c8bffb111d562c8d7a337a3452122cfe Author: Michał Górny gentoo org> AuthorDate: Tue Jan 28 20:58:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 28 21:30:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe2e3b0 sci-libs/Rtree: Remove old (py2) Signed-off-by: Michał Górny gentoo.org> sci-libs/Rtree/Manifest | 1 - sci-libs/Rtree/Rtree-0.8.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest index db4f240ad24..d91680ac67b 100644 --- a/sci-libs/Rtree/Manifest +++ b/sci-libs/Rtree/Manifest @@ -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 diff --git a/sci-libs/Rtree/Rtree-0.8.2.ebuild b/sci-libs/Rtree/Rtree-0.8.2.ebuild deleted file mode 100644 index 011ac348bf0..00000000000 --- a/sci-libs/Rtree/Rtree-0.8.2.ebuild +++ /dev/null @@ -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"