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/matplotlib2tikz/
Date: Tue, 03 Jan 2017 09:16:48
Message-Id: 1483434831.eb581b5e7710eb60f70c3ac25000efbaaff241b9.marbre@gentoo
1 commit: eb581b5e7710eb60f70c3ac25000efbaaff241b9
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 09:13:51 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 09:13:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb581b5e
7
8 dev-python/matplotlib2tikz: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild | 4 ++--
13 dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild | 4 ++--
14 dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
18 index 8a22daf..2c29ff9 100644
19 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
20 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
21 @@ -1,10 +1,10 @@
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
29 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
30 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
36 index ec78e4f..ada550e 100644
37 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
38 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 EAPI=6
46
47 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
48 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
49
50 inherit distutils-r1
51
52
53 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
54 index 77decc9..265c8cb 100644
55 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
56 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2016 Gentoo Foundation
59 +# Copyright 1999-2017 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Id$
62
63 EAPI=6
64
65 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
66 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
67
68 inherit distutils-r1 git-r3