Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib2tikz/, dev-python/matplotlib2tikz/files/
Date: Fri, 20 Oct 2017 07:45:29
Message-Id: 1508485494.48b0f1d184d41fc24683e255b4e94182407b599c.monsieurp@gentoo
1 commit: 48b0f1d184d41fc24683e255b4e94182407b599c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Oct 19 09:47:19 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:44:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b0f1d1
7
8 dev-python/matplotlib2tikz: clean up 0.6.11.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/matplotlib2tikz/Manifest | 1 -
13 .../files/matplotlib2tikz-0.6.11-pipdated.patch | 24 -------------
14 .../matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild | 39 ----------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
18 index 0360adf8c92..e58a82f8833 100644
19 --- a/dev-python/matplotlib2tikz/Manifest
20 +++ b/dev-python/matplotlib2tikz/Manifest
21 @@ -1,2 +1 @@
22 -DIST matplotlib2tikz-0.6.11.tar.gz 524298 SHA256 79c9f141fd802fe5863d2eaff6c67476d02ca474433e65990c935241a2591994 SHA512 eda5042f1db35436ca56256cb858fa11b48d497f621183475d69381b0b10ac67f9447522e1b78c1a331337e34eb159b5ffeef9655a8c0dc4ccab22b7afcb5e96 WHIRLPOOL b09025b9444e0a0ec122fbb7d6d90e32e043c3a86e8b7454ac3fdc0ba03374f5648491a4564bae7ef622a536f4ec92e762a68816d64621da6df44fea2c404c8c
23 DIST matplotlib2tikz-0.6.13.tar.gz 524735 SHA256 ce6de9226316d4b5ae3ce0d57c7cf445d219e6842bdc041820c0c39ee9af339c SHA512 f42e96ab60005b96f9327e34ff9df444e9a371334c77b0bad85343beeb20a5c4c2df5539fd0200cf306a4cfed6926f191d547bf2ed69a98c4a9f2e1c2ae0da7b WHIRLPOOL f6ff4d4d8837394e1aacc2c66686cc711b64b6d7aad95620e402b4f1494436b8d2248ce8fbb947ec9d4a93442aba1c1cf03eed9423ff19f31b98060678274785
24
25 diff --git a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch b/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
26 deleted file mode 100644
27 index 3b7cf2ffbe5..00000000000
28 --- a/dev-python/matplotlib2tikz/files/matplotlib2tikz-0.6.11-pipdated.patch
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -Remove version checks using pipdated.
32 -
33 -Patch by Marius Brehler <marbre@××××××××××××××.de>
34 ---- a/matplotlib2tikz/__init__.py
35 -+++ b/matplotlib2tikz/__init__.py
36 -@@ -16,7 +16,3 @@ from matplotlib2tikz.__about__ import (
37 - )
38 -
39 - from matplotlib2tikz.save import get_tikz_code, save
40 --
41 --import pipdated
42 --if pipdated.needs_checking(__name__):
43 -- print(pipdated.check(__name__, __version__))
44 -
45 ---- a/setup.py
46 -+++ b/setup.py
47 -@@ -34,7 +34,6 @@ setup(
48 - 'matplotlib >=1.4.0',
49 - 'numpy',
50 - 'Pillow >= 3.0.0',
51 -- 'pipdated',
52 - 'six',
53 - ],
54 - description='convert matplotlib figures into TikZ/PGFPlots',
55
56 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
57 deleted file mode 100644
58 index 437c6ed6f55..00000000000
59 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.11.ebuild
60 +++ /dev/null
61 @@ -1,39 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
68 -
69 -inherit distutils-r1 virtualx
70 -
71 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
72 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
73 -SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74 -KEYWORDS="~amd64"
75 -
76 -LICENSE="MIT"
77 -SLOT="0"
78 -IUSE="test"
79 -
80 -PATCHES=( "${FILESDIR}/${P}-pipdated.patch" )
81 -
82 -RDEPEND="
83 - dev-python/matplotlib[${PYTHON_USEDEP}]
84 - dev-python/numpy[${PYTHON_USEDEP}]
85 - dev-python/pillow[${PYTHON_USEDEP}]"
86 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
87 - test? (
88 - ${RDEPEND}
89 - dev-python/ImageHash[${PYTHON_USEDEP}]
90 - dev-python/pytest[${PYTHON_USEDEP}]
91 - dev-tex/pgf
92 - )"
93 -
94 -# we have not succeeded in getting the tests to work yet ;-)
95 -RESTRICT="test"
96 -
97 -python_test() {
98 - local -x MPLBACKEND=Agg
99 - virtx py.test -v || die "Tests failed with ${EPYTHON}"
100 -}