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: Tue, 28 Jun 2016 12:59:28
Message-Id: 1467118001.d7660dfe16c4763345121d66112fb14c3174e489.marbre@gentoo
1 commit: d7660dfe16c4763345121d66112fb14c3174e489
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jun 28 12:46:41 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jun 28 12:46:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7660dfe
7
8 dev-python/matplotlib2tikz: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 .../matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
16 deleted file mode 100644
17 index ec78e4f..0000000
18 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{3,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-texlive/texlive-pictures"
43 -DEPEND="${RDEPEND}"
44 - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"