From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-804676-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59241138C9D for <garchives@archives.gentoo.org>; Wed, 3 Jun 2015 10:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61916E088C; Wed, 3 Jun 2015 10:21:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B597CE0885 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jun 2015 10:21:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4158340CDE for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jun 2015 10:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE3FA29 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jun 2015 10:21:36 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1433064629.8fe1c83db07d02b9df38fc61bdabd64a464263b1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/matplotlib2tikz/ChangeLog dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild dev-python/matplotlib2tikz/metadata.xml X-VCS-Directories: dev-python/matplotlib2tikz/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8fe1c83db07d02b9df38fc61bdabd64a464263b1 X-VCS-Branch: master Date: Wed, 3 Jun 2015 10:21:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6dde9521-cee2-465f-b8e2-d6fddd8cf3a6 X-Archives-Hash: 4532d11cdc1cc691a972cdba9149a757 commit: 8fe1c83db07d02b9df38fc61bdabd64a464263b1 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sun May 31 09:30:29 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun May 31 09:30:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8fe1c83d dev-python/matplotlib2tikz: New ebuild written by me Package-Manager: portage-2.2.18 dev-python/matplotlib2tikz/ChangeLog | 10 ++++++++ .../matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 1 + .../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 30 ++++++++++++++++++++++ dev-python/matplotlib2tikz/metadata.xml | 9 +++++++ 4 files changed, 50 insertions(+) diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog new file mode 100644 index 0000000..b178e81 --- /dev/null +++ b/dev-python/matplotlib2tikz/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/matplotlib2tikz +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*matplotlib2tikz-0.1.0 (31 May 2015) +*matplotlib2tikz-9999 (31 May 2015) + + 31 May 2015; Marius Brehler <marbre@linux.sungazer.de> + +matplotlib2tikz-0.1.0.ebuild, +matplotlib2tikz-9999.ebuild, +metadata.xml: + New ebuild written by me diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild new file mode 120000 index 0000000..49bc235 --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild @@ -0,0 +1 @@ +matplotlib2tikz-9999.ebuild \ No newline at end of file diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild new file mode 100644 index 0000000..6af9d49 --- /dev/null +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) + +inherit distutils-r1 + +DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures" +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" + +if [ ${PV} = "9999" ] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] + dev-texlive/texlive-pictures" +DEPEND="${RDEPEND}" + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml new file mode 100644 index 0000000..865500b --- /dev/null +++ b/dev-python/matplotlib2tikz/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>marbre@linux.sungazer.de</email> + <name>Marius Brehler</name> + </maintainer> +</pkgmetadata>