dev-python/matplotlib2tikz: Version bump to 0.6.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Marius Brehler
2017-04-25 10:06:09 +02:00
committed by Michał Górny
parent e9d87acd0e
commit e399942ee3
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Remove version checks using pipdated.
Patch by Marius Brehler <marbre@linux.sungazer.de>
--- a/matplotlib2tikz/__init__.py
+++ b/matplotlib2tikz/__init__.py
@@ -15,7 +15,3 @@ from matplotlib2tikz.__about__ import (
)
from matplotlib2tikz.save import get_tikz_code, save
-
-import pipdated
-if pipdated.needs_checking(__name__):
- print(pipdated.check(__name__, __version__))