Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyfftw/
Date: Tue, 03 Jan 2017 10:31:08
Message-Id: 1483439019.ddfc2e4ee23ef6c705099344cee138a96c723578.marbre@gentoo
1 commit: ddfc2e4ee23ef6c705099344cee138a96c723578
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 10:23:39 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 10:23:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddfc2e4e
7
8 dev-python/pyfftw: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/pyfftw/pyfftw-0.10.4.ebuild | 4 ++--
13 dev-python/pyfftw/pyfftw-0.9.2.ebuild | 4 ++--
14 dev-python/pyfftw/pyfftw-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/pyfftw/pyfftw-0.10.4.ebuild b/dev-python/pyfftw/pyfftw-0.10.4.ebuild
18 index 5dc71b4..7b0e385 100644
19 --- a/dev-python/pyfftw/pyfftw-0.10.4.ebuild
20 +++ b/dev-python/pyfftw/pyfftw-0.10.4.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=6
28 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/pyfftw/pyfftw-0.9.2.ebuild b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
35 index 450a924..81ee62c 100644
36 --- a/dev-python/pyfftw/pyfftw-0.9.2.ebuild
37 +++ b/dev-python/pyfftw/pyfftw-0.9.2.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=6
45 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
46 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
47
48 inherit distutils-r1
49
50
51 diff --git a/dev-python/pyfftw/pyfftw-9999.ebuild b/dev-python/pyfftw/pyfftw-9999.ebuild
52 index e1312f3..c477e2d 100644
53 --- a/dev-python/pyfftw/pyfftw-9999.ebuild
54 +++ b/dev-python/pyfftw/pyfftw-9999.ebuild
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 EAPI=6
62 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
63 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
64
65 inherit distutils-r1 git-r3