aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib2tikz/Manifest1
-rw-r--r--dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
index 0a61bbf6a..2cd6fc63b 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1,2 +1 @@
-DIST matplotlib2tikz-0.5.6.tar.gz 22808 SHA256 45e704e112d93bdbea14ed14f350d52ad954fb0cef393b83fa03d1ffbc428d96 SHA512 989543a19cab3ff1957d7eadcc5c192fa6903445aead2dd090a81ceac6832267b859896c27504311bf05de8d92b0bb304d2bcdab8612b7b007b2b9b59febdfe2 WHIRLPOOL ddb682a572897d88e443ff6657a17403a4a25c6fc63fed9d67afa9f483e2e9f4717a29bb843bf042626d763c48e257fea895e0f39dbad5a4801011edb052e5bc
DIST matplotlib2tikz-0.5.7.tar.gz 22830 SHA256 67586786b83c92266e1796f7dbbb458301c38ea8320fcb6c05f906c82713403d SHA512 18f7c945e83a3f04edc38a76becdfa4c1c6293e8ec869b18723981f7cab201a6998ce63d2b36c32415f9c7f740c8d43c534881def1b3b469aa4976b7e1ef6f27 WHIRLPOOL 7a64a29e8052f4caa3c132cf2bc4e72cf7f8813f5ceae0ed1dc5fbdd6bfa93dab7b050826213e40a3a07279991c27c83021f2aa0ed079e6e2eab5b6a4976d51d
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
deleted file mode 100644
index ec78e4f0b..000000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.5.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Convert 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-python/numpy[${PYTHON_USEDEP}]
- dev-texlive/texlive-pictures"
-DEPEND="${RDEPEND}"
- #test? ( dev-python/pytest[${PYTHON_USEDEP}] )"