Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tikzplotlib/
Date: Tue, 07 Dec 2021 10:13:30
Message-Id: 1638871981.50138b5d884652949573381a85d9faa561a4c73b.andrewammerlaan@gentoo
1 commit: 50138b5d884652949573381a85d9faa561a4c73b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 10:13:01 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 10:13:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50138b5d
7
8 dev-python/tikzplotlib: cleanup old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/tikzplotlib/Manifest | 2 -
14 dev-python/tikzplotlib/tikzplotlib-0.9.13.ebuild | 47 ------------------------
15 dev-python/tikzplotlib/tikzplotlib-0.9.15.ebuild | 41 ---------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/dev-python/tikzplotlib/Manifest b/dev-python/tikzplotlib/Manifest
19 index ad4050c59de3..08ee20e637d9 100644
20 --- a/dev-python/tikzplotlib/Manifest
21 +++ b/dev-python/tikzplotlib/Manifest
22 @@ -1,3 +1 @@
23 -DIST tikzplotlib-0.9.13.gh.tar.gz 97787 BLAKE2B ef767737b8d222773f2d5e02dbf80ac8a48ea8a00077eb245e5817337805deb5b9be27e7ed76354808647ea1ed6b17d3bbca9b33799d294bd924c18b224e3621 SHA512 f9b4c46b3179626222713dd771dccfa6b0c34ff55658838aba74867c7cd5b91dddfaefdcd2c41824c9f13a795cadd6720240beaf3d504a7f735a2169c441b449
24 -DIST tikzplotlib-0.9.15.gh.tar.gz 97906 BLAKE2B 6ceac71ff62eea1990ed1820c1c6b2bc7891787fb6604e2e32c4a512a6ca6ddb66800a0208145eaa36c3c8c646a84907b08e747b1d081189a49fde25649419e5 SHA512 cf42bca0be45e6e79e425d0e2da4ffd42868f081186d91dfbec8de20fbff9ab4a071267bb290240b080f9d86bab15e08d757e905690c37f43c0dac7e724ab609
25 DIST tikzplotlib-0.9.16.tar.gz 98162 BLAKE2B de32064cd8cb6f3fbd8e067c8126a86da6d9836dc42d91d42fd8ad6ba9f8fc2a1001904d370cb756e76112a0d746247f6235fe40af277a7142bdc6264b1ee531 SHA512 7633b7e8ee23aed8da3df249a7dbc4e36667950d2c5caef5845b5468a61f5cb0191cad3253cc7940d19be56a7981d33c70c9d45ce0d9329286266af6f36c2d94
26
27 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.13.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.13.ebuild
28 deleted file mode 100644
29 index ddf06a6ca882..000000000000
30 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.13.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 2019-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
39 -PYTHON_COMPAT=( python3_{8..10} )
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="
46 - https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz
47 - -> ${P}.gh.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - app-text/texlive[extra]
55 - dev-python/matplotlib[latex,${PYTHON_USEDEP}]
56 - dev-python/numpy[${PYTHON_USEDEP}]
57 - dev-python/pillow[${PYTHON_USEDEP}]
58 -"
59 -
60 -BDEPEND="
61 - test? (
62 - dev-python/exdown[${PYTHON_USEDEP}]
63 - dev-python/pandas[${PYTHON_USEDEP}]
64 - dev-python/scipy[${PYTHON_USEDEP}]
65 -)"
66 -
67 -distutils_enable_tests pytest
68 -distutils_enable_sphinx doc dev-python/mock
69 -
70 -python_test() {
71 - local -x MPLBACKEND=Agg
72 - local EPYTEST_DESELECT=(
73 - tests/test_barchart_errorbars.py::test
74 - tests/test_colorbars.py::test
75 - tests/test_fillstyle.py::test
76 - )
77 -
78 - virtx epytest
79 -}
80
81 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.15.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.15.ebuild
82 deleted file mode 100644
83 index adfccd0097b4..000000000000
84 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.15.ebuild
85 +++ /dev/null
86 @@ -1,41 +0,0 @@
87 -# Copyright 2019-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
93 -PYTHON_COMPAT=( python3_{8..10} )
94 -
95 -inherit distutils-r1 virtualx
96 -
97 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
98 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
99 -SRC_URI="
100 - https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz
101 - -> ${P}.gh.tar.gz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -
107 -RDEPEND="
108 - app-text/texlive[extra]
109 - dev-python/matplotlib[latex,${PYTHON_USEDEP}]
110 - dev-python/numpy[${PYTHON_USEDEP}]
111 - dev-python/pillow[${PYTHON_USEDEP}]
112 -"
113 -
114 -BDEPEND="
115 - test? (
116 - dev-python/exdown[${PYTHON_USEDEP}]
117 - dev-python/pandas[${PYTHON_USEDEP}]
118 - dev-python/scipy[${PYTHON_USEDEP}]
119 -)"
120 -
121 -distutils_enable_tests pytest
122 -distutils_enable_sphinx doc dev-python/mock
123 -
124 -python_test() {
125 - local -x MPLBACKEND=Agg
126 - virtx epytest
127 -}