commit:     eecd0eea3205705d65dbfa01e86abc7a9396cbc1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Dec  3 13:57:54 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Dec  3 13:57:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=eecd0eea

dev-python/matplotlib2tikz: Version bump

Package-Manager: portage-2.2.20.1

 dev-python/matplotlib2tikz/ChangeLog               |  6 ++++++
 .../matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild   | 24 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/matplotlib2tikz/ChangeLog 
b/dev-python/matplotlib2tikz/ChangeLog
index 09acef8..b357a96 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.5.1 (03 Dec 2015)
+
+  03 Dec 2015; Marius Brehler <[email protected]>
+  +matplotlib2tikz-0.5.1.ebuild:
+  dev-python/matplotlib2tikz: Version bump
+
   02 Nov 2015; Marius Brehler <[email protected]>
   -files/matplotlib2tikz-0.2.0-setup.py.patch, -matplotlib2tikz-0.1.0.ebuild,
   -matplotlib2tikz-0.2.0.ebuild:

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild 
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.ebuild
new file mode 100644
index 0000000..f8677fb
--- /dev/null
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.1.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}] )"

Reply via email to