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, 03 Apr 2017 14:58:11
Message-Id: 1491231374.103099c4b4996f320f5c832d7d48daa398d1fcf7.marbre@gentoo
1 commit: 103099c4b4996f320f5c832d7d48daa398d1fcf7
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Apr 3 14:56:14 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Apr 3 14:56:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=103099c4
7
8 dev-python/matplotlib2tikz: Adopt changes from main tree
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 8 +++----
13 dev-python/matplotlib2tikz/metadata.xml | 25 +++++++++++-----------
14 2 files changed, 17 insertions(+), 16 deletions(-)
15
16 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
17 index 802c649b6..47853ce1e 100644
18 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
19 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
21
22 inherit distutils-r1 git-r3
23
24 -DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
25 +DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
26 HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
27 EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
28 KEYWORDS=""
29 @@ -18,9 +18,9 @@ IUSE=""
30
31 PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
32
33 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
34 +RDEPEND="
35 + dev-python/matplotlib[${PYTHON_USEDEP}]
36 dev-python/numpy[${PYTHON_USEDEP}]
37 - >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
38 - dev-texlive/texlive-pictures"
39 + dev-python/pillow[${PYTHON_USEDEP}]"
40 DEPEND="${RDEPEND}"
41 #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
42
43 diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
44 index 7d7b3f238..9c08eac01 100644
45 --- a/dev-python/matplotlib2tikz/metadata.xml
46 +++ b/dev-python/matplotlib2tikz/metadata.xml
47 @@ -1,16 +1,17 @@
48 <?xml version="1.0" encoding="UTF-8"?>
49 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 <pkgmetadata>
51 - <maintainer type="person">
52 - <email>marbre@××××××××××××××.de</email>
53 - <name>Marius Brehler</name>
54 - </maintainer>
55 - <maintainer type="project">
56 - <email>sci@g.o</email>
57 - <name>Gentoo Science Project</name>
58 - </maintainer>
59 - <upstream>
60 - <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
61 - <remote-id type="pypi">matplotlib2tikz</remote-id>
62 - </upstream>
63 + <maintainer type="person">
64 + <email>marbre@××××××××××××××.de</email>
65 + <name>Marius Brehler</name>
66 + </maintainer>
67 + <maintainer type="project">
68 + <email>sci@g.o</email>
69 + <name>Gentoo Science Project</name>
70 + </maintainer>
71 + <longdescription>matplotlib2tikz is a Python tool for converting matplotlib figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX documents. The output of matplotlib2tikz is in PGFPlots, a LaTeX library that sits on top of TikZ and describes graphs in terms of axes, data etc. Consequently, the output of matplotlib2tikz retains more information, can be more easily understood, and is more easily editable than raw TikZ output.</longdescription>
72 + <upstream>
73 + <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
74 + <remote-id type="pypi">matplotlib2tikz</remote-id>
75 + </upstream>
76 </pkgmetadata>