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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4CC015801B for ; Sat, 8 Apr 2023 12:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBD1E087F; Sat, 8 Apr 2023 12:24:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55832E087F for ; Sat, 8 Apr 2023 12:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F953340EC9 for ; Sat, 8 Apr 2023 12:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DA2A32 for ; Sat, 8 Apr 2023 12:24:36 +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: <1680956642.005af324aa59f0ebc11fc06f88e92c762cb22bde.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.9.7.ebuild X-VCS-Directories: sci-libs/rtree/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 005af324aa59f0ebc11fc06f88e92c762cb22bde X-VCS-Branch: master Date: Sat, 8 Apr 2023 12:24:36 +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: 56f27d7d-974f-40c3-a5cc-d67c96083ea8 X-Archives-Hash: 5a222db8a7f51e2aa02810776b7c20bf commit: 005af324aa59f0ebc11fc06f88e92c762cb22bde Author: Michał Górny gentoo org> AuthorDate: Sat Apr 8 12:24:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 12:24:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005af324 sci-libs/rtree: Remove old Signed-off-by: Michał Górny gentoo.org> sci-libs/rtree/Manifest | 1 - sci-libs/rtree/rtree-0.9.7.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/sci-libs/rtree/Manifest b/sci-libs/rtree/Manifest index 5e7dc421ac20..9cc4d0715929 100644 --- a/sci-libs/rtree/Manifest +++ b/sci-libs/rtree/Manifest @@ -1,2 +1 @@ -DIST Rtree-0.9.7.tar.gz 44877 BLAKE2B 4ee5ad4c478ada448a8faa5ba29bdfbb67bc2f688cb8c6f465f4637fbd890cbd997f24573b25a936b7ceb503cc0b7684a1932e6ac91a85e4c37730ee9a6d39f0 SHA512 35b39e29f6d2b9cf4e774191bed69ade515680d07213f0ba74748da11ba916b41c93dfc4f489d7320855f3722ac8b5b58bac4614ea95e6230fcffe33f4332607 DIST Rtree-1.0.0.tar.gz 48837 BLAKE2B 60e516155e7e48158494b7ea4720dc71ece2111fb94e320976a6dd691d2458b8586c2bf8109a37d86db211ac342d77877b435bdb54627a94c898642e8520a071 SHA512 9a414cd65b27ba35313dd7185dece83f5d7235867f6f0c72c2902d7ffd72808138dbf30d8fe11c8bbf0ec463072e5f6112d75b5fdd5a1dab7720c56d3632d576 diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild deleted file mode 100644 index c6c45ca4a5ed..000000000000 --- a/sci-libs/rtree/rtree-0.9.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -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 ~arm64 ~x86" -SLOT="0" - -S="${WORKDIR}/${MY_P}" - -BDEPEND="dev-python/wheel[${PYTHON_USEDEP}]" -RDEPEND="sci-libs/libspatialindex" - -distutils_enable_sphinx docs/source -distutils_enable_tests pytest - -DEPEND+=" - test? ( dev-python/numpy[${PYTHON_USEDEP}] ) -"