Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tikzplotlib/
Date: Tue, 13 Oct 2020 12:06:23
Message-Id: 1602590770.1a6db0c9050d1304483435daff01a5857525f667.juippis@gentoo
1 commit: 1a6db0c9050d1304483435daff01a5857525f667
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Oct 4 20:23:36 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 12:06:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6db0c9
7
8 dev-python/tikzplotlib: cleanup old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Closes: https://github.com/gentoo/gentoo/pull/17773
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/tikzplotlib/Manifest | 1 -
16 dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild | 42 -------------------------
17 dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild | 10 ++----
18 3 files changed, 2 insertions(+), 51 deletions(-)
19
20 diff --git a/dev-python/tikzplotlib/Manifest b/dev-python/tikzplotlib/Manifest
21 index 95c27dc5d26..9f399a9f3e4 100644
22 --- a/dev-python/tikzplotlib/Manifest
23 +++ b/dev-python/tikzplotlib/Manifest
24 @@ -1,2 +1 @@
25 -DIST tikzplotlib-0.9.1.tar.gz 584961 BLAKE2B 62737db9117c96484de690b26c3f13d5a872a3c70ad4ebe635bcba348dfa7f0eb944b8c469807c4c474351a9fae7db6dd71df82e33ee33cbdd8b1abeb9686e1b SHA512 10f3be8b843ea81d48bd6fad494a7e7a0cc5afd45a96c26be7f4dfbac929bdb3010fd355c6e1ef262273fd0783fc5b5b4a7b41a0c01e18cff5446bb9d96ee2b7
26 DIST tikzplotlib-0.9.4.tar.gz 588518 BLAKE2B 3f6ec8b9149ef86e8a0dd551d4aeca4f676df3ca86de8bb9bfbf2abed81afab50adef99752970a40f174258f4d14c245366c5159f241d2cd10f7cebdfd6bbbfb SHA512 0d654dbecc473f5bc20dc128ad55852c3787ddd50cf730ed57b25a25e6a55e79bfd451eb28188d75ac6b61a53a6a6e244bef2ca366dcb636e0d325c74b32d1cd
27
28 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild
29 deleted file mode 100644
30 index d079411a059..00000000000
31 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{6,7} )
40 -
41 -inherit distutils-r1 virtualx
42 -
43 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
44 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
45 -SRC_URI="https://github.com/nschloe/tikzplotlib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -
52 -RDEPEND="
53 - dev-python/matplotlib[${PYTHON_USEDEP}]
54 - dev-python/numpy[${PYTHON_USEDEP}]
55 - dev-python/pillow[${PYTHON_USEDEP}]"
56 -
57 -DEPEND="test? (
58 - dev-python/pandas[${PYTHON_USEDEP}]
59 - dev-python/scipy[${PYTHON_USEDEP}] )"
60 -
61 -distutils_enable_tests pytest
62 -distutils_enable_sphinx doc dev-python/mock
63 -
64 -python_prepare_all() {
65 - # this test fails: tikz error
66 - # cannot mix dimensions and dimensionless values in an ellipse
67 - rm test/test_patches.py || die
68 -
69 - distutils-r1_python_prepare_all
70 -}
71 -
72 -python_test() {
73 - local -x MPLBACKEND=Agg
74 - virtx pytest -vv
75 -}
76
77 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
78 index 95096bfb665..78beb88f005 100644
79 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
80 +++ b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
81 @@ -7,19 +7,13 @@ PYTHON_COMPAT=( python3_{7,8,9} )
82
83 inherit distutils-r1 virtualx
84
85 -if [[ ${PV} == 9999 ]]; then
86 - inherit git-r3
87 - EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git"
88 -else
89 - SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 - KEYWORDS="~amd64 ~x86"
91 -fi
92 -
93 DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
94 HOMEPAGE="https://github.com/nschloe/tikzplotlib"
95 +SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
96
97 LICENSE="MIT"
98 SLOT="0"
99 +KEYWORDS="~amd64 ~x86"
100
101 RDEPEND="
102 app-text/texlive