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 <[email protected]> + +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>[email protected]</email> + <name>Marius Brehler</name> + </maintainer> +</pkgmetadata>
