From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyFFTW/
Date: Mon, 19 Feb 2018 17:29:31 +0000 (UTC) [thread overview]
Message-ID: <1519061346.520a13410181e8ce246d60e8e9facd13bb161708.zerochaos@gentoo> (raw)
commit: 520a13410181e8ce246d60e8e9facd13bb161708
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 16:45:36 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>radio@gentoo.org</email>
+ <name>Radio</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pyFFTW/pyFFTW</remote-id>
+ </upstream>
+</pkgmetadata>
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}"
next reply other threads:[~2018-02-19 17:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 17:29 Richard Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-20 19:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyFFTW/ Rick Farina
2019-12-26 15:38 David Seifert
2020-12-04 3:16 Rick Farina
2021-02-11 21:21 Rick Farina
2021-05-17 22:36 Sam James
2021-11-03 19:27 Arthur Zamarin
2021-11-03 19:27 Arthur Zamarin
2021-12-28 9:03 Michał Górny
2022-04-04 15:32 Rick Farina
2022-06-05 5:40 Michał Górny
2023-01-10 6:21 Michał Górny
2023-01-10 11:07 Arthur Zamarin
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=1519061346.520a13410181e8ce246d60e8e9facd13bb161708.zerochaos@gentoo \
--to=zerochaos@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