Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matplotlib2tikz/
Date: Fri, 10 Mar 2017 07:37:37
Message-Id: 1489131333.d1090a08b6e75c5ce7c6cc2ddbb3ad0dc95ffe92.marbre@gentoo
1 commit: d1090a08b6e75c5ce7c6cc2ddbb3ad0dc95ffe92
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Mar 10 07:35:33 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Mar 10 07:35:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1090a08
7
8 dev-python/matplotlib2tikz: Moved to tree
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../matplotlib2tikz/matplotlib2tikz-0.5.16.ebuild | 24 --------------------
13 .../matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild | 26 ----------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.16.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.16.ebuild
17 deleted file mode 100644
18 index adbd5e028..000000000
19 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.16.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
32 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 -KEYWORDS="~amd64"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -IUSE=""
39 -
40 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
41 - dev-python/numpy[${PYTHON_USEDEP}]
42 - >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
43 - dev-texlive/texlive-pictures"
44 -DEPEND="${RDEPEND}"
45 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
46
47 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild
48 deleted file mode 100644
49 index e89b630d8..000000000
50 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild
51 +++ /dev/null
52 @@ -1,26 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
59 -
60 -inherit distutils-r1
61 -
62 -DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
63 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
64 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 -KEYWORDS="~amd64"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -IUSE=""
70 -
71 -PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" )
72 -
73 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
74 - dev-python/numpy[${PYTHON_USEDEP}]
75 - >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
76 - dev-texlive/texlive-pictures"
77 -DEPEND="${RDEPEND}"
78 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"