From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Wed, 3 Jun 2015 10:21:36 +0000 (UTC) [thread overview]
Message-ID: <1433064629.8fe1c83db07d02b9df38fc61bdabd64a464263b1.jlec@gentoo> (raw)
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>
next reply other threads:[~2015-06-03 10:21 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-03 10:21 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-01 6:06 [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/ Justin Lecher
2015-10-13 6:41 Marius Brehler
2015-10-13 10:29 Marius Brehler
2015-10-21 21:01 Marius Brehler
2015-11-02 7:49 Marius Brehler
2015-12-03 13:58 Marius Brehler
2015-12-03 13:58 Marius Brehler
2015-12-25 20:30 Marius Brehler
2016-01-05 8:42 Marius Brehler
2016-01-21 8:07 Marius Brehler
2016-04-01 13:58 Marius Brehler
2016-04-25 8:54 Marius Brehler
2016-06-28 12:59 Marius Brehler
2016-06-28 12:59 Marius Brehler
2016-10-12 7:12 Marius Brehler
2017-01-03 9:16 Marius Brehler
2017-01-03 9:16 Marius Brehler
2017-02-03 10:33 Marius Brehler
2017-02-03 10:33 Marius Brehler
2017-03-06 15:29 Marius Brehler
2017-03-10 7:37 Marius Brehler
2017-03-10 7:37 Marius Brehler
2017-04-03 14:58 Marius Brehler
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=1433064629.8fe1c83db07d02b9df38fc61bdabd64a464263b1.jlec@gentoo \
--to=jlec@gentoo.org \
--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