Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Fri, 01 Apr 2016 13:59:05
Message-Id: 1459519077.3b2ee652252efb4287136d0713eecb199f5ff44f.marbre@gentoo
1 commit: 3b2ee652252efb4287136d0713eecb199f5ff44f
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Apr 1 13:57:57 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Apr 1 13:57:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b2ee652
7
8 dev-python/matplotlib2tikz: Version bump
9
10 Package-Manager: portage-2.2.26
11
12 .../matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild | 24 ++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
16 new file mode 100644
17 index 0000000..ec78e4f
18 --- /dev/null
19 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
32 +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +KEYWORDS="~amd64"
35 +
36 +LICENSE="MIT"
37 +SLOT="0"
38 +IUSE=""
39 +
40 +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
41 + dev-python/numpy[${PYTHON_USEDEP}]
42 + dev-texlive/texlive-pictures"
43 +DEPEND="${RDEPEND}"
44 + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"