commit: eb581b5e7710eb60f70c3ac25000efbaaff241b9
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 3 09:13:51 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan 3 09:13:51 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb581b5e
dev-python/matplotlib2tikz: Drop python3_3
Package-Manager: portage-2.3.0
dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild | 4 ++--
dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild | 4 ++--
dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
index 8a22daf..2c29ff9 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild
@@ -1,10 +1,10 @@
-# 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/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
index ec78e4f..ada550e 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.7.ebuild
@@ -1,10 +1,10 @@
-# 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/matplotlib2tikz/matplotlib2tikz-9999.ebuild
b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
index 77decc9..265c8cb 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
@@ -1,10 +1,10 @@
-# 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