public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Mon,  3 Apr 2017 14:58:06 +0000 (UTC)	[thread overview]
Message-ID: <1491231374.103099c4b4996f320f5c832d7d48daa398d1fcf7.marbre@gentoo> (raw)

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>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>


             reply	other threads:[~2017-04-03 14:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03 14:58 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-10  7:37 [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ Marius Brehler
2017-03-10  7:37 Marius Brehler
2017-03-06 15:29 Marius Brehler
2017-02-03 10:33 Marius Brehler
2017-02-03 10:33 Marius Brehler
2017-01-03  9:16 Marius Brehler
2017-01-03  9:16 Marius Brehler
2016-10-12  7:12 Marius Brehler
2016-06-28 12:59 Marius Brehler
2016-06-28 12:59 Marius Brehler
2016-04-25  8:54 Marius Brehler
2016-04-01 13:58 Marius Brehler
2016-01-21  8:07 Marius Brehler
2016-01-05  8:42 Marius Brehler
2015-12-25 20:30 Marius Brehler
2015-12-03 13:58 Marius Brehler
2015-12-03 13:58 Marius Brehler
2015-11-02  7:49 Marius Brehler
2015-10-21 21:01 Marius Brehler
2015-10-13 10:29 Marius Brehler
2015-10-13  6:41 Marius Brehler
2015-10-01  6:06 Justin Lecher
2015-06-03 10:21 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491231374.103099c4b4996f320f5c832d7d48daa398d1fcf7.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox