commit: e96af048379f0346a5e239be4c10b3a30cf56f3f Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Wed Sep 30 18:30:11 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 30 18:30:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e96af048
dev-python/matplotlib2tikz: Drop python3 (only supported in 9999) Package-Manager: portage-2.2.20.1 dev-python/matplotlib2tikz/ChangeLog | 4 ++++ dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog index 5058998..6e0a723 100644 --- a/dev-python/matplotlib2tikz/ChangeLog +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 30 Sep 2015; Marius Brehler <mar...@linux.sungazer.de> + matplotlib2tikz-0.1.0.ebuild: + dev-python/matplotlib2tikz: Drop python3 (only supported in 9999) + 05 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml: dev-python/matplotlib2tikz: Add github to remote-id in metadata.xml diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild index 20ab8da..a0282d2 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1