From fec8858154fe358301bfb2e1df03fb0c80e09f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 May 2022 15:29:47 +0200 Subject: [PATCH] dev-python/tikzplotlib: Update HOMEPAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 c10a398c7be5f..c432fbaf04276 100644 --- a/dev-python/tikzplotlib/metadata.xml +++ b/dev-python/tikzplotlib/metadata.xml @@ -7,7 +7,7 @@ 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. - nschloe/tikzplotlib + texworld/tikzplotlib tikzplotlib diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild index 6a3cdf0843a9e..4fb1107300d0c 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"