mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
committed by
Michał Górny
parent
e399942ee3
commit
986bbf2b3b
@@ -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)
|
||||
Reference in New Issue
Block a user