aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2017-04-03 16:56:14 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2017-04-03 16:56:14 +0200
commit103099c4b4996f320f5c832d7d48daa398d1fcf7 (patch)
tree8538030f2dc2576c6618ee5862e0a88131e31976 /dev-python/matplotlib2tikz
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-103099c4b4996f320f5c832d7d48daa398d1fcf7.tar.gz
sci-103099c4b4996f320f5c832d7d48daa398d1fcf7.tar.bz2
sci-103099c4b4996f320f5c832d7d48daa398d1fcf7.zip
dev-python/matplotlib2tikz: Adopt changes from main tree
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild8
-rw-r--r--dev-python/matplotlib2tikz/metadata.xml25
2 files changed, 17 insertions, 16 deletions
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
index 802c649b6..47853ce1e 100644
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
+++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3
-DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
+DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
KEYWORDS=""
@@ -18,9 +18,9 @@ IUSE=""
PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
-RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+RDEPEND="
+ dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
- dev-texlive/texlive-pictures"
+ dev-python/pillow[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
#test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
index 7d7b3f238..9c08eac01 100644
--- a/dev-python/matplotlib2tikz/metadata.xml
+++ b/dev-python/matplotlib2tikz/metadata.xml
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
- <remote-id type="pypi">matplotlib2tikz</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>marbre@linux.sungazer.de</email>
+ <name>Marius Brehler</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <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>
+ <upstream>
+ <remote-id type="github">nschloe/matplotlib2tikz</remote-id>
+ <remote-id type="pypi">matplotlib2tikz</remote-id>
+ </upstream>
</pkgmetadata>