commit:     54ba0d1234de64a71968af343e52856e28a73f92
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue May 23 09:39:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 19:48:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ba0d12

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

 ...it_pipdated.patch => matplotlib2tikz-0.6.7-pipdated.patch} | 11 +++++++++++
 ...tlib2tikz-0.6.7.ebuild => matplotlib2tikz-0.6.7-r1.ebuild} |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

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
similarity index 58%
rename from 
dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-init_pipdated.patch
rename to dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.7-pipdated.patch
index 396513f3146..3400ec9f0e7 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 <mar...@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
similarity index 94%
rename from dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7.ebuild
rename to dev-python/matplotlib2tikz/matplotlib2tikz-0.6.7-r1.ebuild
index c08121bee49..437c6ed6f55 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}]

Reply via email to