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/arrayfire-python/
Date: Tue, 29 Nov 2016 10:16:08
Message-Id: 1480414517.dac65a95bbee4a182984bbe6a73940581f334e34.marbre@gentoo
1 commit: dac65a95bbee4a182984bbe6a73940581f334e34
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Nov 29 08:54:43 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Nov 29 10:15:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dac65a95
7
8 dev-python/arrayfire-python: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild | 2 +-
13 dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild | 2 +-
14 dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild | 2 +-
15 dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild | 2 +-
16 dev-python/arrayfire-python/arrayfire-python-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
20 index e7971bf..d6d99c2 100644
21 --- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
22 +++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
23 @@ -3,7 +3,7 @@
24 # $Id$
25
26 EAPI=6
27 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
34 index 3af7ab3..a7de123 100644
35 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
36 +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
37 @@ -3,7 +3,7 @@
38 # $Id$
39
40 EAPI=6
41 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
42 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
43
44 inherit distutils-r1
45
46
47 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
48 index 7d15b76..4214229 100644
49 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
50 +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
51 @@ -3,7 +3,7 @@
52 # $Id$
53
54 EAPI=6
55 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
56 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
57
58 inherit distutils-r1
59
60
61 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
62 index 7d15b76..4214229 100644
63 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
64 +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
65 @@ -3,7 +3,7 @@
66 # $Id$
67
68 EAPI=6
69 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
70 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
71
72 inherit distutils-r1
73
74
75 diff --git a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
76 index f725dca..01f7c4f 100644
77 --- a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
78 +++ b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild
79 @@ -3,7 +3,7 @@
80 # $Id$
81
82 EAPI=6
83 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
84 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
85
86 inherit distutils-r1 git-r3