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, 10 Mar 2017 07:37:37
Message-Id: 1489131358.b5394306332c432c087b769c3db2263202e37ded.marbre@gentoo
1 commit: b5394306332c432c087b769c3db2263202e37ded
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Mar 10 07:35:58 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Mar 10 07:35:58 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5394306
7
8 dev-python/matplotlib2tikz: Update live ebuild
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
16 index bd25518c5..802c649b6 100644
17 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
18 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
19 @@ -16,8 +16,11 @@ LICENSE="MIT"
20 SLOT="0"
21 IUSE=""
22
23 +PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
24 +
25 RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
26 dev-python/numpy[${PYTHON_USEDEP}]
27 + >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
28 dev-texlive/texlive-pictures"
29 DEPEND="${RDEPEND}"
30 #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"