mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/matplotlib2tikz: Version bump to 0.6.7
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
committed by
Michał Górny
parent
e9d87acd0e
commit
e399942ee3
@@ -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__))
|
||||
Reference in New Issue
Block a user