commit:     1a6db0c9050d1304483435daff01a5857525f667
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct  4 20:23:36 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 12:06:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6db0c9

dev-python/tikzplotlib: cleanup old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17773
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/tikzplotlib/Manifest                 |  1 -
 dev-python/tikzplotlib/tikzplotlib-0.9.1.ebuild | 42 -------------------------
 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 95c27dc5d26..9f399a9f3e4 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 d079411a059..00000000000
--- 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 95096bfb665..78beb88f005 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

Reply via email to