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: Mon, 06 Mar 2017 15:29:08
Message-Id: 1488814009.113f800934bd110c86306184fd7541358b817eea.marbre@gentoo
1 commit: 113f800934bd110c86306184fd7541358b817eea
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Mar 6 15:26:49 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Mar 6 15:26:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=113f8009
7
8 dev-python/matplotlib2tikz: Drop 0.6.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild
16 deleted file mode 100644
17 index adbd5e028..000000000
18 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.0.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Convert matplotlib figures into native Pgfplots (TikZ) figures"
31 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -KEYWORDS="~amd64"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -IUSE=""
38 -
39 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
40 - dev-python/numpy[${PYTHON_USEDEP}]
41 - >=dev-python/pillow-3.0.0[${PYTHON_USEDEP}]
42 - dev-texlive/texlive-pictures"
43 -DEPEND="${RDEPEND}"
44 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"