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: Mon, 02 Nov 2015 07:49:24
Message-Id: 1446450236.0f21461a1205380deb0e84482d6302bc83f6cfed.marbre@gentoo
1 commit: 0f21461a1205380deb0e84482d6302bc83f6cfed
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Nov 2 07:43:56 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Nov 2 07:43:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f21461a
7
8 dev-python/matplotlib2tikz: Version bump
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/matplotlib2tikz/ChangeLog | 6 ++++++
13 .../matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
17 index 82f3a0a..f3f374e 100644
18 --- a/dev-python/matplotlib2tikz/ChangeLog
19 +++ b/dev-python/matplotlib2tikz/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 +*matplotlib2tikz-0.4.0 (02 Nov 2015)
25 +
26 + 02 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +matplotlib2tikz-0.4.0.ebuild:
28 + dev-python/matplotlib2tikz: Version bump
29 +
30 *matplotlib2tikz-0.2.4 (21 Oct 2015)
31
32 21 Oct 2015; Marius Brehler <marbre@××××××××××××××.de>
33
34 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild
35 new file mode 100644
36 index 0000000..f8677fb
37 --- /dev/null
38 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.4.0.ebuild
39 @@ -0,0 +1,24 @@
40 +# Copyright 1999-2015 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Id$
43 +
44 +EAPI=5
45 +
46 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
47 +
48 +inherit distutils-r1
49 +
50 +DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
51 +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
52 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53 +KEYWORDS="~amd64"
54 +
55 +LICENSE="MIT"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
60 + dev-python/numpy[${PYTHON_USEDEP}]
61 + dev-texlive/texlive-pictures"
62 +DEPEND="${RDEPEND}"
63 + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"