aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-02-08 14:23:04 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-02-08 14:23:04 +0100
commit40ae0b3354deba7fc4c4c797ff6e15e07f0882cd (patch)
tree2e31efaa64e7c077f837bc2e8c1b38705e1be217
parentdev-python/arrayfire-python: Bump to EAPI=6, cleanup ebuilds (diff)
downloadsci-40ae0b3354deba7fc4c4c797ff6e15e07f0882cd.tar.gz
sci-40ae0b3354deba7fc4c4c797ff6e15e07f0882cd.tar.bz2
sci-40ae0b3354deba7fc4c4c797ff6e15e07f0882cd.zip
dev-python/pyfftw: Bump to EAPI=6, cleanup ebuilds
Package-Manager: portage-2.2.26
-rw-r--r--dev-python/pyfftw/pyfftw-0.9.2.ebuild8
-rw-r--r--dev-python/pyfftw/pyfftw-9999.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pyfftw/pyfftw-0.9.2.ebuild b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
index 9b568bb4d..450a92420 100644
--- a/dev-python/pyfftw/pyfftw-0.9.2.ebuild
+++ b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
@@ -12,11 +12,11 @@ MY_PN="pyFFTW"
DESCRIPTION="FFTW wrapper for python"
HOMEPAGE="http://hgomersall.github.io/pyFFTW/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
IUSE="test"
+KEYWORDS="~amd64"
S="${WORKDIR}/${MY_PN}-${PV}"
diff --git a/dev-python/pyfftw/pyfftw-9999.ebuild b/dev-python/pyfftw/pyfftw-9999.ebuild
index b9fe6f215..6bad186d8 100644
--- a/dev-python/pyfftw/pyfftw-9999.ebuild
+++ b/dev-python/pyfftw/pyfftw-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 git-r3