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 35BD3138359 for ; Mon, 21 Sep 2020 14:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E27E0863; Mon, 21 Sep 2020 14:15:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 60AE3E0863 for ; Mon, 21 Sep 2020 14:15:32 +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 3F81434085A for ; Mon, 21 Sep 2020 14:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F4DE379 for ; Mon, 21 Sep 2020 14:15:28 +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: <1600697685.304b98d0ad89f394ae8a901554228466f03e8dd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pyflann/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyflann/Manifest dev-python/pyflann/metadata.xml dev-python/pyflann/pyflann-1.9.1.ebuild profiles/package.mask X-VCS-Directories: dev-python/pyflann/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 304b98d0ad89f394ae8a901554228466f03e8dd5 X-VCS-Branch: master Date: Mon, 21 Sep 2020 14:15:28 +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: 67ef63fa-a60c-41fd-b2e3-110754683e2c X-Archives-Hash: dda6602da120e8b89456397d022c19b5 commit: 304b98d0ad89f394ae8a901554228466f03e8dd5 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 14:14:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 14:14:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304b98d0 dev-python/pyflann: Remove last-rited pkg Closes: https://bugs.gentoo.org/719408 Signed-off-by: Michał Górny gentoo.org> dev-python/pyflann/Manifest | 1 - dev-python/pyflann/metadata.xml | 19 ----------------- dev-python/pyflann/pyflann-1.9.1.ebuild | 36 --------------------------------- profiles/package.mask | 1 - 4 files changed, 57 deletions(-) diff --git a/dev-python/pyflann/Manifest b/dev-python/pyflann/Manifest deleted file mode 100644 index c8693334eee..00000000000 --- a/dev-python/pyflann/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flann-1.9.1.tar.gz 485391 BLAKE2B bf1e1e7feb33e939e1d0586db593bea3fdf66726fbadec63df9ed9c7bdb678babb11001769f0d041a7a569186b3d700db8b96af5eb9740615f6dfd880460f68b SHA512 0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7 diff --git a/dev-python/pyflann/metadata.xml b/dev-python/pyflann/metadata.xml deleted file mode 100644 index 80f8d7b45f2..00000000000 --- a/dev-python/pyflann/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - FLANN is a library for performing fast approximate nearest neighbor - searches in high dimensional spaces. It contains a collection of - algorithms we found to work best for nearest neighbor search and a - system for automatically choosing the best algorithm and optimum - parameters depending on the dataset. - This is the python binding package split from the main package. - - - mariusmuja/flann - - diff --git a/dev-python/pyflann/pyflann-1.9.1.ebuild b/dev-python/pyflann/pyflann-1.9.1.ebuild deleted file mode 100644 index 6c705d19ed2..00000000000 --- a/dev-python/pyflann/pyflann-1.9.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for FLANN artificial neural network library" -HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/" -SRC_URI="https://github.com/mariusmuja/flann/archive/${PV}.tar.gz -> flann-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - ~sci-libs/flann-${PV}" -DEPEND="${RDEPEND}" -# TODO: -# readd dependencies for test suite, -# requires repackaging auto-downloaded files - -S="${WORKDIR}/flann-${PV}/src/python" - -python_prepare_all() { - sed -e "s/@FLANN_VERSION@/${PV}/" \ - -e '/package_d/d' \ - -e "s/,.*'pyflann.lib'//" \ - setup.py.tpl >> setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/profiles/package.mask b/profiles/package.mask index cfdbabedb83..3bc1d01fa32 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -611,7 +611,6 @@ dev-python/natgrid dev-python/pcapy dev-python/promises dev-python/pyds9 -dev-python/pyflann # Alfredo Tupone (2020-08-16) # Ported to py3.8 but not yet released