dev-python/matplotlib2tikz: Drop old

Closes: https://github.com/gentoo/gentoo/pull/4450
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Marius Brehler
2017-04-25 10:06:55 +02:00
committed by Michał Górny
parent e399942ee3
commit 986bbf2b3b
3 changed files with 0 additions and 41 deletions

View File

@@ -1,15 +0,0 @@
Remove version checks using pipdated.
Patch by Marius Brehler <marbre@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)