diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2017-05-23 11:39:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-23 21:48:54 +0200 |
commit | 54ba0d1234de64a71968af343e52856e28a73f92 (patch) | |
tree | 03d5a3640f8dc1b888d486573c44e4873dd81897 /dev-python/matplotlib2tikz | |
parent | media-video/obs-studio: Remove old version. (diff) | |
download | gentoo-54ba0d1234de64a71968af343e52856e28a73f92.tar.gz gentoo-54ba0d1234de64a71968af343e52856e28a73f92.tar.bz2 gentoo-54ba0d1234de64a71968af343e52856e28a73f92.zip |
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
Diffstat (limited to 'dev-python/matplotlib2tikz')
-rw-r--r-- | dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch (renamed from dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch) | 11 | ||||
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild (renamed from dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild) | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch index 396513f31463..3400ec9f0e79 100644 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch +++ b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch @@ -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'), diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild index c08121bee49a..437c6ed6f555 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild @@ -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}] |