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