commit: 0f21461a1205380deb0e84482d6302bc83f6cfed Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Nov 2 07:43:56 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Nov 2 07:43:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f21461a
dev-python/matplotlib2tikz: Version bump Package-Manager: portage-2.2.20.1 dev-python/matplotlib2tikz/ChangeLog | 6 ++++++ .../matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog index 82f3a0a..f3f374e 100644 --- a/dev-python/matplotlib2tikz/ChangeLog +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*matplotlib2tikz-0.4.0 (02 Nov 2015) + + 02 Nov 2015; Marius Brehler <[email protected]> + +matplotlib2tikz-0.4.0.ebuild: + dev-python/matplotlib2tikz: Version bump + *matplotlib2tikz-0.2.4 (21 Oct 2015) 21 Oct 2015; Marius Brehler <[email protected]> diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild new file mode 100644 index 0000000..f8677fb --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-texlive/texlive-pictures" +DEPEND="${RDEPEND}" + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
