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 839DD1382C5 for ; Mon, 19 Feb 2018 17:29:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1AC4E0BE1; Mon, 19 Feb 2018 17:29:34 +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 7AE79E0BD0 for ; Mon, 19 Feb 2018 17:29:34 +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 159EC335C0C for ; Mon, 19 Feb 2018 17:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45A1216 for ; Mon, 19 Feb 2018 17:29:31 +0000 (UTC) From: "Richard 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, "Richard Farina" Message-ID: <1519061346.520a13410181e8ce246d60e8e9facd13bb161708.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/metadata.xml dev-python/pyFFTW/pyFFTW-0.10.4.ebuild dev-python/pyFFTW/pyFFTW-9999.ebuild X-VCS-Directories: dev-python/pyFFTW/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 520a13410181e8ce246d60e8e9facd13bb161708 X-VCS-Branch: master Date: Mon, 19 Feb 2018 17:29:31 +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-Archives-Salt: 86392070-3a72-4a11-985e-57935b72d601 X-Archives-Hash: fc4e6506f33f866491b83f0847e9b285 commit: 520a13410181e8ce246d60e8e9facd13bb161708 Author: Zero_Chaos gentoo org> AuthorDate: Mon Feb 19 16:45:36 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Feb 19 17:29:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520a1341 dev-python/pyFFTW: import from pentoo overlay needed dep for soapy_power Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pyFFTW/Manifest | 1 + dev-python/pyFFTW/metadata.xml | 15 +++++++++++++++ dev-python/pyFFTW/pyFFTW-0.10.4.ebuild | 28 ++++++++++++++++++++++++++++ dev-python/pyFFTW/pyFFTW-9999.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/dev-python/pyFFTW/Manifest b/dev-python/pyFFTW/Manifest new file mode 100644 index 00000000000..1076f568f08 --- /dev/null +++ b/dev-python/pyFFTW/Manifest @@ -0,0 +1 @@ +DIST pyFFTW-0.10.4.tar.gz 97736 BLAKE2B 4d9b7f301e3455af2bc19daf5eb6dc6549df7d50e614d924310f6b20838ad308342ae02b73eff4c9317faba5ff0c0f6dbb7f1ff2ccf1636c6d963a7222d57298 SHA512 d3743e3834ae753898c1abd49762ce5ec6bf808ececb2db93337698ee6b6f4f92969d6a9e61a88230709095ed1b276e722a92330855f349c60b8a9936ab53680 diff --git a/dev-python/pyFFTW/metadata.xml b/dev-python/pyFFTW/metadata.xml new file mode 100644 index 00000000000..5898470d0c5 --- /dev/null +++ b/dev-python/pyFFTW/metadata.xml @@ -0,0 +1,15 @@ + + + + + zerochaos@gentoo.org + Rick Farina + + + radio@gentoo.org + Radio + + + pyFFTW/pyFFTW + + diff --git a/dev-python/pyFFTW/pyFFTW-0.10.4.ebuild b/dev-python/pyFFTW/pyFFTW-0.10.4.ebuild new file mode 100644 index 00000000000..e8c88d277ab --- /dev/null +++ b/dev-python/pyFFTW/pyFFTW-0.10.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +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}" diff --git a/dev-python/pyFFTW/pyFFTW-9999.ebuild b/dev-python/pyFFTW/pyFFTW-9999.ebuild new file mode 100644 index 00000000000..e8c88d277ab --- /dev/null +++ b/dev-python/pyFFTW/pyFFTW-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +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}"