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/
Date: Mon, 10 Sep 2018 13:23:55
Message-Id: 1536585802.871be46b54ce891df9f13f9beeeee7b053c80208.monsieurp@gentoo
1 commit: 871be46b54ce891df9f13f9beeeee7b053c80208
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Sep 5 12:41:01 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 13:23:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871be46b
7
8 dev-python/matplotlib2tikz: remove old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/matplotlib2tikz/Manifest | 1 -
13 .../matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-python/matplotlib2tikz/Manifest b/dev-python/matplotlib2tikz/Manifest
17 index 8096f92f6f2..cebe627c01c 100644
18 --- a/dev-python/matplotlib2tikz/Manifest
19 +++ b/dev-python/matplotlib2tikz/Manifest
20 @@ -1,2 +1 @@
21 -DIST matplotlib2tikz-0.6.17.tar.gz 526409 BLAKE2B 704ede0539aeb9668b4c1534b6dd13bb2a5bc18e7861bfdbe2e9002cc5a8b8c4639ac77384e1249c52ef33e04986b85f27dc5219e9c9c7c8b7b03cb5a7bf586c SHA512 9a8f34a69147271bb252a4e04bc5ce27c39fc976c29d1530df109287bbfd163f37a3b5f3d6a03def962e06c2a69e7d256028b12372847fbe14459cc664eca199
22 DIST matplotlib2tikz-0.6.18.tar.gz 527262 BLAKE2B 370a1e088a17a98afd29e1e465c93b98b10100c85a277be3130f5c39bc236a9efab9241f9edffdbd430f9645cba4ff00ebda73dddeda024e3f545b21e548e786 SHA512 e12db2dd54a2145e1d66e19158c8a9305243beea60add0559959d801d319c43a28aa779048764d2adf29f878f7ccca9b2363bbc5034135a9d9002a8815fe37ab
23
24 diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
25 deleted file mode 100644
26 index bc9212c7a05..00000000000
27 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-0.6.17.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 -
37 -inherit distutils-r1 virtualx
38 -
39 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
40 -HOMEPAGE="https://github.com/nschloe/matplotlib2tikz"
41 -SRC_URI="https://github.com/nschloe/matplotlib2tikz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -KEYWORDS="~amd64"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - dev-python/matplotlib[${PYTHON_USEDEP}]
50 - dev-python/numpy[${PYTHON_USEDEP}]
51 - dev-python/pillow[${PYTHON_USEDEP}]
52 - dev-python/six[${PYTHON_USEDEP}]"
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
54 - test? (
55 - ${RDEPEND}
56 - dev-python/ImageHash[${PYTHON_USEDEP}]
57 - dev-python/pytest[${PYTHON_USEDEP}]
58 - dev-tex/pgf
59 - )"
60 -
61 -# we have not succeeded in getting the tests to work yet ;-)
62 -RESTRICT="test"
63 -
64 -python_test() {
65 - local -x MPLBACKEND=Agg
66 - virtx py.test -v || die "Tests failed with ${EPYTHON}"
67 -}