diff options
author | 2015-12-03 14:58:15 +0100 | |
---|---|---|
committer | 2015-12-03 14:58:15 +0100 | |
commit | d99e59278a8b65c861fbb28193566cd7bf2e22ca (patch) | |
tree | 4edd8b9774ec313a1451a9cfec036f063119e5b5 /dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild | |
parent | dev-python/matplotlib2tikz: Version bump (diff) | |
download | sci-d99e59278a8b65c861fbb28193566cd7bf2e22ca.tar.gz sci-d99e59278a8b65c861fbb28193566cd7bf2e22ca.tar.bz2 sci-d99e59278a8b65c861fbb28193566cd7bf2e22ca.zip |
dev-python/matplotlib2tikz: Drop old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild')
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild deleted file mode 100644 index db655fe90..000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.2.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-texlive/texlive-pictures" -DEPEND="${RDEPEND}" - #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |