commit:     848964f604ae83d7121fc45b7a7bfcb4705cabdb
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Oct 21 21:00:45 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Oct 21 21:00:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=848964f6

dev-python/matplotlib2tikz: Version bump to 0.2.4

Package-Manager: portage-2.2.20.1

 dev-python/matplotlib2tikz/ChangeLog               |  6 ++++++
 .../matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild   | 23 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/matplotlib2tikz/ChangeLog 
b/dev-python/matplotlib2tikz/ChangeLog
index 09a4a57..82f3a0a 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.2.4 (21 Oct 2015)
+
+  21 Oct 2015; Marius Brehler <[email protected]>
+  +matplotlib2tikz-0.2.4.ebuild:
+  dev-python/matplotlib2tikz: Version bump to 0.2.4
+
   13 Oct 2015; Marius Brehler <[email protected]>
   matplotlib2tikz-0.2.0.ebuild, matplotlib2tikz-9999.ebuild:
   dev-python/matplotlib2tikz: License switched to MIT

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild 
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild
new file mode 100644
index 0000000..db655fe
--- /dev/null
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild
@@ -0,0 +1,23 @@
+# 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} )
+
+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-texlive/texlive-pictures"
+DEPEND="${RDEPEND}"
+       #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

Reply via email to