public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyfftw/
Date: Thu,  5 Feb 2015 08:01:24 +0000 (UTC)	[thread overview]
Message-ID: <1423044829.8e132629f78de2992a9af73251fb76f6890e71d4.jlec@gentoo> (raw)

commit:     8e132629f78de2992a9af73251fb76f6890e71d4
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Feb  4 10:13:49 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb  4 10:13:49 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8e132629

New package dev-python/pyfftw

---
 dev-python/pyfftw/ChangeLog           |  9 +++++++++
 dev-python/pyfftw/metadata.xml        | 13 +++++++++++++
 dev-python/pyfftw/pyfftw-0.9.2.ebuild |  1 +
 dev-python/pyfftw/pyfftw-9999.ebuild  | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 55 insertions(+)

diff --git a/dev-python/pyfftw/ChangeLog b/dev-python/pyfftw/ChangeLog
new file mode 100644
index 0000000..3c19f1e
--- /dev/null
+++ b/dev-python/pyfftw/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pyfftw-9999 (04 Feb 2015)
+*pyfftw-0.9.2 (04 Feb 2015)
+
+  04 Feb 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +pyfftw-9999.ebuild, +pyfftw-0.9.2.ebuild:
+  Add pyFFTW to overlay

diff --git a/dev-python/pyfftw/metadata.xml b/dev-python/pyfftw/metadata.xml
new file mode 100644
index 0000000..07e8f03
--- /dev/null
+++ b/dev-python/pyfftw/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>marbre@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    A pythonic wrapper around FFTW, the FFT library, presenting a
+    unified interface for all the supported transforms.
+  </longdescription>
+</pkgmetadata>

diff --git a/dev-python/pyfftw/pyfftw-0.9.2.ebuild b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
new file mode 120000
index 0000000..c3e80cf
--- /dev/null
+++ b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
@@ -0,0 +1 @@
+pyfftw-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/pyfftw/pyfftw-9999.ebuild b/dev-python/pyfftw/pyfftw-9999.ebuild
new file mode 100644
index 0000000..962cf05
--- /dev/null
+++ b/dev-python/pyfftw/pyfftw-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+MY_PN="pyFFTW"
+
+DESCRIPTION="FFTW wrapper for python"
+HOMEPAGE="http://hgomersall.github.io/pyFFTW/"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/hgomersall/${MY_PN}.git git://github.com/hgomersall/${MY_PN}.git"
+else
+	SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+	>=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+	>=sci-libs/fftw-3.3.3
+	>=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2015-02-05  8:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-05  8:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-03 10:21 [gentoo-commits] proj/sci:master commit in: dev-python/pyfftw/ Justin Lecher
2015-06-03 10:21 Justin Lecher
2015-09-23 10:19 Justin Lecher
2015-11-05 15:14 Marius Brehler
2015-11-06  9:58 Marius Brehler
2016-02-08 13:39 Marius Brehler
2016-02-10 15:54 Marius Brehler
2016-02-10 15:54 Marius Brehler
2016-07-12 20:18 Marius Brehler
2016-07-12 20:18 Marius Brehler
2017-01-03 10:30 Marius Brehler
2019-07-13  3:16 Benda XU

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=1423044829.8e132629f78de2992a9af73251fb76f6890e71d4.jlec@gentoo \
    --to=jlec@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