dev-python/matplotlib2tikz: Remove pipdated from setup.py

Bug: https://bugs.gentoo.org/619336
Closes: https://github.com/gentoo/gentoo/pull/4711
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Marius Brehler
2017-05-23 11:39:57 +02:00
committed by Michał Górny
parent fb50c4cfdb
commit 54ba0d1234
2 changed files with 12 additions and 1 deletions

View File

@@ -11,3 +11,14 @@ Patch by Marius Brehler <marbre@linux.sungazer.de>
-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'),

View File

@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
IUSE="test"
PATCHES=( "${FILESDIR}/${P}-init_pipdated.patch" )
PATCHES=( "${FILESDIR}/${P}-pipdated.patch" )
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]