commit: fec8858154fe358301bfb2e1df03fb0c80e09f25
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:29:47 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:29:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec88581
dev-python/tikzplotlib: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tikzplotlib/metadata.xml | 2 +-
dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/tikzplotlib/metadata.xml
b/dev-python/tikzplotlib/metadata.xml
index c10a398c7be5..c432fbaf0427 100644
--- a/dev-python/tikzplotlib/metadata.xml
+++ b/dev-python/tikzplotlib/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<longdescription>tikzplotlib is a Python tool for converting matplotlib
figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX
documents. The output of tikzplotlib is in PGFPlots, a LaTeX library that sits
on top of TikZ and describes graphs in terms of axes, data etc. Consequently,
the output of tikzplotlib retains more information, can be more easily
understood, and is more easily editable than raw TikZ output.</longdescription>
<upstream>
- <remote-id type="github">nschloe/tikzplotlib</remote-id>
+ <remote-id type="github">texworld/tikzplotlib</remote-id>
<remote-id type="pypi">tikzplotlib</remote-id>
</upstream>
<stabilize-allarches/>
diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
index 6a3cdf0843a9..4fb1107300d0 100644
--- a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
+++ b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
@@ -9,8 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 virtualx
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"
+HOMEPAGE="
+ https://github.com/texworld/tikzplotlib/
+ https://pypi.org/project/tikzplotlib/
+"
+SRC_URI="https://github.com/texworld/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"
SLOT="0"