diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2017-04-05 09:05:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-16 21:05:29 +0200 |
commit | 0b7b0680c4f1a618d9429d4a7bc9afcad1f09de3 (patch) | |
tree | 0b8e37f7e828884731910fefdac9b4b37b99d69a /dev-python/matplotlib2tikz | |
parent | dev-python/matplotlib2tikz: Version bump to 0.6.3 (diff) | |
download | gentoo-0b7b0680c4f1a618d9429d4a7bc9afcad1f09de3.tar.gz gentoo-0b7b0680c4f1a618d9429d4a7bc9afcad1f09de3.tar.bz2 gentoo-0b7b0680c4f1a618d9429d4a7bc9afcad1f09de3.zip |
dev-python/matplotlib2tikz: Drop 0.6.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4350
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r-- | dev-python/matplotlib2tikz/Manifest | 1 | ||||
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest index 53c2b77e9f3e..dd340f68a6b8 100644 --- a/dev-python/matplotlib2tikz/Manifest +++ b/dev-python/matplotlib2tikz/Manifest @@ -1,2 +1 @@ -DIST matplotlib2tikz-0.6.2.tar.gz 26358 SHA256 a81b1a09e8c0efc9944d673023d3a8c14ca38aec04af487c427f20872555ff09 SHA512 b60f378f947ec51be82fc45dafad14ef2700babb2ec72886480aff9bd84d591bc15e0626f38018f2d351ab8293109b2fc12cc4912eb933528b5334b2ef8ecfb7 WHIRLPOOL befa7a990cc4246c2a3357c72b4c34ec76e44af905c0d19312eccbf5ce8e5c8742f906484214ab50466992ae3fed40c5ffbb84e8b80bb06cea830f892a9c947e DIST matplotlib2tikz-0.6.3.tar.gz 26288 SHA256 c096d75fdfe65ef4afd8aa374c5fb4b540fc13154d1ee117841ad5b67e494827 SHA512 01adffcd9d627494eb73e1f092e6ee3d6ad1b0ece96fb749a09c73942fc6a253abb3518dc8d11a2398c3fcb3b2c1e26b1dc5dc02f1e9671c4c12754f9ac6907b WHIRLPOOL 363a896f9fe5b648992767cb5449928e30141ed3aea5182a6c119af50f0793f7c0cb2e2d0daae3b4d78fb9c91af6c1ea0233f9407a0658d3be8dc1d76cf52151 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild deleted file mode 100644 index e40f2b47df96..000000000000 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-0.6-init_pipdated.patch" ) - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" |