aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2017-01-03 11:23:39 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2017-01-03 11:23:39 +0100
commitddfc2e4ee23ef6c705099344cee138a96c723578 (patch)
treea42df576cd1360e47f201fec3a3753378717681b /dev-python/pyfftw
parentdev-python/qtconsole: Drop python3_3 (diff)
downloadsci-ddfc2e4ee23ef6c705099344cee138a96c723578.tar.gz
sci-ddfc2e4ee23ef6c705099344cee138a96c723578.tar.bz2
sci-ddfc2e4ee23ef6c705099344cee138a96c723578.zip
dev-python/pyfftw: Drop python3_3
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pyfftw')
-rw-r--r--dev-python/pyfftw/pyfftw-0.10.4.ebuild4
-rw-r--r--dev-python/pyfftw/pyfftw-0.9.2.ebuild4
-rw-r--r--dev-python/pyfftw/pyfftw-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pyfftw/pyfftw-0.10.4.ebuild b/dev-python/pyfftw/pyfftw-0.10.4.ebuild
index 5dc71b46d..7b0e3850c 100644
--- a/dev-python/pyfftw/pyfftw-0.10.4.ebuild
+++ b/dev-python/pyfftw/pyfftw-0.10.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/pyfftw/pyfftw-0.9.2.ebuild b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
index 450a92420..81ee62c56 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-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/pyfftw/pyfftw-9999.ebuild b/dev-python/pyfftw/pyfftw-9999.ebuild
index e1312f34b..c477e2d77 100644
--- a/dev-python/pyfftw/pyfftw-9999.ebuild
+++ b/dev-python/pyfftw/pyfftw-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3