summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:29:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:29:47 +0200
commitfec8858154fe358301bfb2e1df03fb0c80e09f25 (patch)
tree685690dc6b9c881f0f7d7b3eefb4095d4b3c7f72
parentdev-python/sqlitedict: Update HOMEPAGE (diff)
downloadgentoo-fec88581.tar.gz
gentoo-fec88581.tar.bz2
gentoo-fec88581.zip
dev-python/tikzplotlib: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tikzplotlib/metadata.xml2
-rw-r--r--dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild7
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"