commit: 40ae0b3354deba7fc4c4c797ff6e15e07f0882cd Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Feb 8 13:23:04 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Feb 8 13:23:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=40ae0b33
dev-python/pyfftw: Bump to EAPI=6, cleanup ebuilds Package-Manager: portage-2.2.26 dev-python/pyfftw/pyfftw-0.9.2.ebuild | 8 ++++---- dev-python/pyfftw/pyfftw-9999.ebuild | 4 ++-- 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 9b568bb..450a924 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 b9fe6f2..6bad186 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