Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Wed, 03 Jun 2015 10:21:49
Message-Id: 1433064629.8fe1c83db07d02b9df38fc61bdabd64a464263b1.jlec@gentoo
1 commit: 8fe1c83db07d02b9df38fc61bdabd64a464263b1
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun May 31 09:30:29 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 09:30:29 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8fe1c83d
7
8 dev-python/matplotlib2tikz: New ebuild written by me
9
10 Package-Manager: portage-2.2.18
11
12 dev-python/matplotlib2tikz/ChangeLog | 10 ++++++++
13 .../matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild | 1 +
14 .../matplotlib2tikz/matplotlib2tikz-9999.ebuild | 30 ++++++++++++++++++++++
15 dev-python/matplotlib2tikz/metadata.xml | 9 +++++++
16 4 files changed, 50 insertions(+)
17
18 diff --git a/dev-python/matplotlib2tikz/ChangeLog b/dev-python/matplotlib2tikz/ChangeLog
19 new file mode 100644
20 index 0000000..b178e81
21 --- /dev/null
22 +++ b/dev-python/matplotlib2tikz/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-python/matplotlib2tikz
25 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*matplotlib2tikz-0.1.0 (31 May 2015)
29 +*matplotlib2tikz-9999 (31 May 2015)
30 +
31 + 31 May 2015; Marius Brehler <marbre@××××××××××××××.de>
32 + +matplotlib2tikz-0.1.0.ebuild, +matplotlib2tikz-9999.ebuild, +metadata.xml:
33 + New ebuild written by me
34
35 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
36 new file mode 120000
37 index 0000000..49bc235
38 --- /dev/null
39 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.1.0.ebuild
40 @@ -0,0 +1 @@
41 +matplotlib2tikz-9999.ebuild
42 \ No newline at end of file
43
44 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
45 new file mode 100644
46 index 0000000..6af9d49
47 --- /dev/null
48 +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild
49 @@ -0,0 +1,30 @@
50 +# Copyright 1999-2015 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +# $Header: $
53 +
54 +EAPI=5
55 +
56 +PYTHON_COMPAT=( python2_7 python3_{3,4} )
57 +
58 +inherit distutils-r1
59 +
60 +DESCRIPTION="Python script for converting matplotlib figures into native Pgfplots (TikZ) figures"
61 +HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
62 +
63 +if [ ${PV} = "9999" ] ; then
64 + inherit git-r3
65 + EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
66 + KEYWORDS=""
67 +else
68 + SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
69 + KEYWORDS="~amd64"
70 +fi
71 +
72 +LICENSE="LGPL-3"
73 +SLOT="0"
74 +IUSE=""
75 +
76 +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
77 + dev-texlive/texlive-pictures"
78 +DEPEND="${RDEPEND}"
79 + #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
80
81 diff --git a/dev-python/matplotlib2tikz/metadata.xml b/dev-python/matplotlib2tikz/metadata.xml
82 new file mode 100644
83 index 0000000..865500b
84 --- /dev/null
85 +++ b/dev-python/matplotlib2tikz/metadata.xml
86 @@ -0,0 +1,9 @@
87 +<?xml version="1.0" encoding="UTF-8"?>
88 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 +<pkgmetadata>
90 + <herd>sci</herd>
91 + <maintainer>
92 + <email>marbre@××××××××××××××.de</email>
93 + <name>Marius Brehler</name>
94 + </maintainer>
95 +</pkgmetadata>