Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Thu, 01 Oct 2015 06:07:03
Message-Id: 1443637811.e96af048379f0346a5e239be4c10b3a30cf56f3f.jlec@gentoo
1 commit: e96af048379f0346a5e239be4c10b3a30cf56f3f
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Sep 30 18:30:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 18:30:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e96af048
7
8 dev-python/matplotlib2tikz: Drop python3 (only supported in 9999)
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/matplotlib2tikz/ChangeLog | 4 ++++
13 dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
17 index 5058998..6e0a723 100644
18 --- a/dev-python/matplotlib2tikz/ChangeLog
19 +++ b/dev-python/matplotlib2tikz/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 30 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + matplotlib2tikz-0.1.0.ebuild:
26 + dev-python/matplotlib2tikz: Drop python3 (only supported in 9999)
27 +
28 05 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
29 dev-python/matplotlib2tikz: Add github to remote-id in metadata.xml
30
31
32 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
33 index 20ab8da..a0282d2 100644
34 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
35 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
36 @@ -4,7 +4,7 @@
37
38 EAPI=5
39
40 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
41 +PYTHON_COMPAT=( python2_7 )
42
43 inherit distutils-r1