commit:     986bbf2b3b44fe21bf92a451510ba02155dd05c3
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Apr 25 08:06:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 18:02:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986bbf2b

dev-python/matplotlib2tikz: Drop old

Closes: https://github.com/gentoo/gentoo/pull/4450
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/matplotlib2tikz/Manifest                |  1 -
 .../files/matplotlib2tikz-0.6-init_pipdated.patch  | 15 -------------
 .../matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild   | 25 ----------------------
 3 files changed, 41 deletions(-)

diff --git a/dev-python/matplotlib2tikz/Manifest 
b/dev-python/matplotlib2tikz/Manifest
index e3fea28df9b..3c17d71ae82 100644
--- a/dev-python/matplotlib2tikz/Manifest
+++ b/dev-python/matplotlib2tikz/Manifest
@@ -1,2 +1 @@
-DIST matplotlib2tikz-0.6.3.tar.gz 26288 SHA256 
c096d75fdfe65ef4afd8aa374c5fb4b540fc13154d1ee117841ad5b67e494827 SHA512 
01adffcd9d627494eb73e1f092e6ee3d6ad1b0ece96fb749a09c73942fc6a253abb3518dc8d11a2398c3fcb3b2c1e26b1dc5dc02f1e9671c4c12754f9ac6907b
 WHIRLPOOL 
363a896f9fe5b648992767cb5449928e30141ed3aea5182a6c119af50f0793f7c0cb2e2d0daae3b4d78fb9c91af6c1ea0233f9407a0658d3be8dc1d76cf52151
 DIST matplotlib2tikz-0.6.7.tar.gz 523464 SHA256 
ba95bbf5f654abccee6c3e9ab9bdd4e7fc6cab5d49def072d1c7a9020b7b602e SHA512 
9128eb7cabcd44ed84ac5d9b125dc897d2901cd4d29a8aa6bbd48c35c6418f4b5cd5b8e7c55e7690fe927c704580fe2d83084c37d515c9a25ee67ea476a63e4d
 WHIRLPOOL 
f1cd962ebafab85adbd8bbaaf6f565e1312d610bfd7cd0827f60535432ce952ae6e5535860e754ad872cdfffaa70bb72d4cfb676adb91b2624f5ab060969fd7b

diff --git 
a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch 
b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
deleted file mode 100644
index 2acf79738c0..00000000000
--- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6-init_pipdated.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Remove version checks using pipdated.
-
-Patch by Marius Brehler <mar...@linux.sungazer.de>
---- a/matplotlib2tikz/__init__.py
-+++ b/matplotlib2tikz/__init__.py
-@@ -15,9 +15,3 @@ from matplotlib2tikz.__about__ import (
-         )
- 
- from matplotlib2tikz.save import save
--
--import pipdated
--if pipdated.needs_checking('matplotlib2tikz'):
--    msg = pipdated.check('matplotlib2tikz', __version__)
--    if msg:
--        print(msg)

diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild 
b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.ebuild
deleted file mode 100644
index e40f2b47df9..00000000000
--- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.3.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}"

Reply via email to