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 2941E13835A for ; Thu, 11 Feb 2021 21:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D37E0C04; Thu, 11 Feb 2021 21:21:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 43D2DE0C04 for ; Thu, 11 Feb 2021 21:21:06 +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 44016340E62 for ; Thu, 11 Feb 2021 21:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7A24C5 for ; Thu, 11 Feb 2021 21:21:02 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1613078462.6b0fb2a5556ecd078de8a628badfef44602a6945.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyFFTW/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyFFTW/Manifest dev-python/pyFFTW/pyFFTW-0.11.1.ebuild X-VCS-Directories: dev-python/pyFFTW/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 6b0fb2a5556ecd078de8a628badfef44602a6945 X-VCS-Branch: master Date: Thu, 11 Feb 2021 21:21:02 +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: 51577d10-3476-470b-aa67-d87d1e4e581a X-Archives-Hash: 76063066f7fc70c244a6449713aa957f commit: 6b0fb2a5556ecd078de8a628badfef44602a6945 Author: Rick Farina gentoo org> AuthorDate: Thu Feb 11 21:19:48 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Feb 11 21:21:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0fb2a5 dev-python/pyFFTW: drop old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> dev-python/pyFFTW/Manifest | 1 - dev-python/pyFFTW/pyFFTW-0.11.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/pyFFTW/Manifest b/dev-python/pyFFTW/Manifest index 318b8f68c3d..94156daae57 100644 --- a/dev-python/pyFFTW/Manifest +++ b/dev-python/pyFFTW/Manifest @@ -1,2 +1 @@ -DIST pyFFTW-0.11.1.tar.gz 144045 BLAKE2B dcf37653e8d5259d8d74282699eb8d9820694f21e092528105e07a8c7e05fe213d908590560e83a5a4ad993716fcf343ef0780126bbd689ee4ff584a01ee6453 SHA512 88769fd65b1a9ba3228a920226ac82f9b4e0a9023b6b73fffc0dc52a8983197e4406c376e89d00888526cfe3a9abb3e15a576daa51ba5bea8e8302514176763a DIST pyFFTW-0.12.0.tar.gz 147372 BLAKE2B 1ea1f1f8de6759c42781a535b30d7119c0cb02dffea3abfe4130a97c465e000aa9b3064a219718569552304513a77ac51aa309f1be29f9eecae25c63cce70c6c SHA512 e4d7258d5c053b5367d8c4f1892eba8e595f9d540c1c3e6caf61e0c113d598ba872b5e72a21edace66be70d9ad75c599e4b1fbc692e0015c3c1ae35e9a7ba599 diff --git a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild b/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild deleted file mode 100644 index 043e2765e54..00000000000 --- a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 - -DESCRIPTION="A pythonic python wrapper around FFTW" -HOMEPAGE="https://github.com/pyFFTW/pyFFTW" - -LICENSE="BSD" -SLOT="0" -if [ "${PV}" = "9999" ]; then - KEYWORDS="" - inherit git-r3 - EGIT_REPO_URI="https://github.com/pyFFTW/pyFFTW.git" -else - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/pyFFTW/pyFFTW/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -IUSE="" - -DEPEND="dev-python/numpy[${PYTHON_USEDEP}] - dev-python/cython[${PYTHON_USEDEP}] - >=sci-libs/fftw-3.3:3.0=" -RDEPEND="${DEPEND}"