commit: 103099c4b4996f320f5c832d7d48daa398d1fcf7
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Apr 3 14:56:14 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Apr 3 14:56:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=103099c4
dev-python/matplotlib2tikz: Adopt changes from main tree
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 8 +++----
dev-python/matplotlib2tikz/metadata.xml | 25 +++++++++++-----------
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>[email protected]</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>[email protected]</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>[email protected]</email>
+ <name>Marius Brehler</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</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>