mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pyFFTW: import from pentoo overlay
needed dep for soapy_power Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
1
dev-python/pyFFTW/Manifest
Normal file
1
dev-python/pyFFTW/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pyFFTW-0.10.4.tar.gz 97736 BLAKE2B 4d9b7f301e3455af2bc19daf5eb6dc6549df7d50e614d924310f6b20838ad308342ae02b73eff4c9317faba5ff0c0f6dbb7f1ff2ccf1636c6d963a7222d57298 SHA512 d3743e3834ae753898c1abd49762ce5ec6bf808ececb2db93337698ee6b6f4f92969d6a9e61a88230709095ed1b276e722a92330855f349c60b8a9936ab53680
|
||||
15
dev-python/pyFFTW/metadata.xml
Normal file
15
dev-python/pyFFTW/metadata.xml
Normal file
@@ -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>
|
||||
28
dev-python/pyFFTW/pyFFTW-0.10.4.ebuild
Normal file
28
dev-python/pyFFTW/pyFFTW-0.10.4.ebuild
Normal file
@@ -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}"
|
||||
28
dev-python/pyFFTW/pyFFTW-9999.ebuild
Normal file
28
dev-python/pyFFTW/pyFFTW-9999.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user