diff options
author | 2020-10-04 22:23:36 +0200 | |
---|---|---|
committer | 2020-10-13 15:06:10 +0300 | |
commit | 1a6db0c9050d1304483435daff01a5857525f667 (patch) | |
tree | c3bc13aaf873df87aac59fd634ccec42bc64a66a /dev-python/tikzplotlib | |
parent | dev-python/tikzplotlib: version bump 0.9.4 (diff) | |
download | gentoo-1a6db0c9050d1304483435daff01a5857525f667.tar.gz gentoo-1a6db0c9050d1304483435daff01a5857525f667.tar.bz2 gentoo-1a6db0c9050d1304483435daff01a5857525f667.zip |
dev-python/tikzplotlib: cleanup old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17773
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/tikzplotlib')
-rw-r--r-- | dev-python/tikzplotlib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild | 42 | ||||
-rw-r--r-- | dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild | 10 |
3 files changed, 2 insertions, 51 deletions
diff --git a/dev-python/tikzplotlib/Manifest b/dev-python/tikzplotlib/Manifest index 95c27dc5d26e..9f399a9f3e4b 100644 --- a/dev-python/tikzplotlib/Manifest +++ b/dev-python/tikzplotlib/Manifest @@ -1,2 +1 @@ -DIST tikzplotlib-0.9.1.tar.gz 584961 BLAKE2B 62737db9117c96484de690b26c3f13d5a872a3c70ad4ebe635bcba348dfa7f0eb944b8c469807c4c474351a9fae7db6dd71df82e33ee33cbdd8b1abeb9686e1b SHA512 10f3be8b843ea81d48bd6fad494a7e7a0cc5afd45a96c26be7f4dfbac929bdb3010fd355c6e1ef262273fd0783fc5b5b4a7b41a0c01e18cff5446bb9d96ee2b7 DIST tikzplotlib-0.9.4.tar.gz 588518 BLAKE2B 3f6ec8b9149ef86e8a0dd551d4aeca4f676df3ca86de8bb9bfbf2abed81afab50adef99752970a40f174258f4d14c245366c5159f241d2cd10f7cebdfd6bbbfb SHA512 0d654dbecc473f5bc20dc128ad55852c3787ddd50cf730ed57b25a25e6a55e79bfd451eb28188d75ac6b61a53a6a6e244bef2ca366dcb636e0d325c74b32d1cd diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild deleted file mode 100644 index d079411a0592..000000000000 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" -HOMEPAGE="https://github.com/nschloe/tikzplotlib" -SRC_URI="https://github.com/nschloe/tikzplotlib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/mock - -python_prepare_all() { - # this test fails: tikz error - # cannot mix dimensions and dimensionless values in an ellipse - rm test/test_patches.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local -x MPLBACKEND=Agg - virtx pytest -vv -} diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild index 95096bfb6656..78beb88f005c 100644 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild +++ b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild @@ -7,19 +7,13 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 virtualx -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/nschloe/${PN}.git git://github.com/nschloe/${PN}.git" -else - SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots" HOMEPAGE="https://github.com/nschloe/tikzplotlib" +SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86" RDEPEND=" app-text/texlive |