public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflann/
Date: Wed,  6 Jun 2018 14:55:01 +0000 (UTC)	[thread overview]
Message-ID: <1528296883.007c09e7328eec7fafdbbb6694994e2faf4eca68.asturm@gentoo> (raw)

commit:     007c09e7328eec7fafdbbb6694994e2faf4eca68
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 17:03:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 14:54:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007c09e7

dev-python/pyflann: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pyflann/Manifest             |  2 --
 dev-python/pyflann/pyflann-1.8.4.ebuild | 47 ---------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/pyflann/Manifest b/dev-python/pyflann/Manifest
index b7bd4a7ec5e..c8693334eee 100644
--- a/dev-python/pyflann/Manifest
+++ b/dev-python/pyflann/Manifest
@@ -1,3 +1 @@
-DIST flann-1.8.4-src.zip 561057 BLAKE2B 0cd1cf7bc394501d878d848246f76919924e39dc950e49e82bd2c8dbf46d9626fc9749ba4578ce62aabd0313314969dd7f6883c42167545238bc89561ce028ce SHA512 47ac6be66e3ec7303d28febc5a4cea2f8d1b3d81c3b7081f27cf17936074e06e91e30123569b41269a2b97c9960274dc485a575d77c1a386e8f539a76a8d3a0a
-DIST flann-1.8.4-testdata.tar.xz 26744244 BLAKE2B eb8a5066d79dedd2ff4ec48f0e0969d6486417abfb2cc5c2e3e1e0f8dfef637f2cb290e8f1868b819ff7e4d71687daf2aaeb16c8197f5642125ea50ef775441f SHA512 f2bee5e2dfe2fbb42953df563f178b67639b62e26fc31be14e07c196ba3e84db21804e594af44991f7cf45ca5e10ff753093cf160abf33e90d19735a9a0b51cb
 DIST flann-1.9.1.tar.gz 485391 BLAKE2B bf1e1e7feb33e939e1d0586db593bea3fdf66726fbadec63df9ed9c7bdb678babb11001769f0d041a7a569186b3d700db8b96af5eb9740615f6dfd880460f68b SHA512 0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7

diff --git a/dev-python/pyflann/pyflann-1.8.4.ebuild b/dev-python/pyflann/pyflann-1.8.4.ebuild
deleted file mode 100644
index 43f4060e2d8..00000000000
--- a/dev-python/pyflann/pyflann-1.8.4.ebuild
+++ /dev/null
@@ -1,47 +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="Python bindings for FLANN artificial neural network library"
-HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/"
-SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-${PV}-src.zip
-	test? ( https://dev.gentoo.org/~bicatali/distfiles/flann-${PV}-testdata.tar.xz )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	~sci-libs/flann-${PV}"
-DEPEND="${RDEPEND}
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/flann-${PV}-src/src/python"
-
-python_prepare_all() {
-	sed -e "s/@FLANN_VERSION@/${PV}/" \
-		-e '/package_d/d' \
-		-e "s/,.*'pyflann.lib'//" \
-		setup.py.tpl >> setup.py
-
-	use test && ln -s "${WORKDIR}"/testdata/* "${WORKDIR}"/flann-${PV}-src/test/
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	cd "${WORKDIR}"/flann-${PV}-src/test/
-	local t
-	#for t in test*.py; do
-	# test_autotune buggy
-	for t in test_{nn,nn_index,index_save,clustering}.py; do
-		einfo "Running ${t}"
-		PYTHONPATH="${BUILD_DIR}/lib" ${EPYTHON} ${t} || die
-	done
-}


             reply	other threads:[~2018-06-06 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06 14:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-24 16:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflann/ Pacho Ramos
2016-09-15 21:26 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528296883.007c09e7328eec7fafdbbb6694994e2faf4eca68.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox