From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33B0C139694 for ; Mon, 3 Apr 2017 14:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25BA8E0DCD; Mon, 3 Apr 2017 14:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3711E0DCD for ; Mon, 3 Apr 2017 14:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B739B33E4AD for ; Mon, 3 Apr 2017 14:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63501737F for ; Mon, 3 Apr 2017 14:58:06 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1491231374.103099c4b4996f320f5c832d7d48daa398d1fcf7.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild dev-python/matplotlib2tikz/metadata.xml X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 103099c4b4996f320f5c832d7d48daa398d1fcf7 X-VCS-Branch: master Date: Mon, 3 Apr 2017 14:58:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56087e38-ed0b-4460-b4f6-ecc70c5ecf9c X-Archives-Hash: 562b08e2a93cb0d90b23b4a47bc2a0a0 commit: 103099c4b4996f320f5c832d7d48daa398d1fcf7 Author: Marius Brehler linux sungazer de> AuthorDate: Mon Apr 3 14:56:14 2017 +0000 Commit: Marius Brehler linux sungazer 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 @@ - - marbre@linux.sungazer.de - Marius Brehler - - - sci@gentoo.org - Gentoo Science Project - - - nschloe/matplotlib2tikz - matplotlib2tikz - + + marbre@linux.sungazer.de + Marius Brehler + + + sci@gentoo.org + Gentoo Science Project + + 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. + + nschloe/matplotlib2tikz + matplotlib2tikz +