mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/matplotlib2tikz: Drop 0.6.7-r1
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5192
This commit is contained in:
committed by
David Seifert
parent
4b60f1b278
commit
6d736b7545
@@ -1,24 +0,0 @@
|
||||
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__))
|
||||
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -34,7 +34,6 @@ setup(
|
||||
'matplotlib >=1.4.0',
|
||||
'numpy',
|
||||
'Pillow >= 3.0.0',
|
||||
- 'pipdated',
|
||||
],
|
||||
description='convert matplotlib figures into TikZ/PGFPlots',
|
||||
long_description=read('README.rst'),
|
||||
Reference in New Issue
Block a user