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 21D2C1382C5 for ; Wed, 20 Jan 2021 09:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A19E081A; Wed, 20 Jan 2021 09:25:50 +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 3BCC9E081A for ; Wed, 20 Jan 2021 09:25:50 +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 3B7D13409C8 for ; Wed, 20 Jan 2021 09:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA99392 for ; Wed, 20 Jan 2021 09:25:47 +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: <1611134744.924519a6e32c6cc1154306659c355f2594f464a4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ripser/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ripser/ripser-0.5.4.ebuild X-VCS-Directories: dev-python/ripser/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 924519a6e32c6cc1154306659c355f2594f464a4 X-VCS-Branch: master Date: Wed, 20 Jan 2021 09:25:47 +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: fd3c7e94-b048-40a6-aea7-c5892bfe258d X-Archives-Hash: fd37fc2eeb830ec3e30323d31d01b12c commit: 924519a6e32c6cc1154306659c355f2594f464a4 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 20 09:25:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 20 09:25:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=924519a6 dev-python/ripser: remove old: failed REQUIRED_USE: py_targets_py3_7 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/ripser/ripser-0.5.4.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/ripser/ripser-0.5.4.ebuild b/dev-python/ripser/ripser-0.5.4.ebuild deleted file mode 100644 index 4bc0e4267..000000000 --- a/dev-python/ripser/ripser-0.5.4.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_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="python frontend for the fast ripser tda tool" -HOMEPAGE="https://ripser.scikit-tda.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/cython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/persim[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - sci-libs/scikit-learn[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/hopcroftkarp[${PYTHON_USEDEP}] - dev-python/joblib[${PYTHON_USEDEP}] - ) -" -distutils_enable_tests pytest