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 6CD39138330 for ; Wed, 12 Oct 2016 07:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D94EDE0C85; Wed, 12 Oct 2016 07:12:55 +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 B9E71E0C85 for ; Wed, 12 Oct 2016 07:12:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09473341375 for ; Wed, 12 Oct 2016 07:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619002F0 for ; Wed, 12 Oct 2016 07:12:51 +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: <1476256151.1ed88b3f6385598b9376b24e454264e9542758a0.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-0.5.14.ebuild X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 1ed88b3f6385598b9376b24e454264e9542758a0 X-VCS-Branch: master Date: Wed, 12 Oct 2016 07:12:51 +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: 30c4b206-098c-4dc6-86c4-8767836e2e41 X-Archives-Hash: 77680bbe1e429ee37eb0b408231410b7 commit: 1ed88b3f6385598b9376b24e454264e9542758a0 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Oct 12 07:09:11 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Oct 12 07:09:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ed88b3f dev-python/matplotlib2tikz: Version bump to 0.5.14 Package-Manager: portage-2.2.28 .../matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild new file mode 100644 index 0000000..8a22daf --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.14.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures" +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}] + dev-texlive/texlive-pictures" +DEPEND="${RDEPEND}" + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"