Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tikzplotlib/
Date: Mon, 16 May 2022 13:31:04
Message-Id: 1652707787.fec8858154fe358301bfb2e1df03fb0c80e09f25.mgorny@gentoo
1 commit: fec8858154fe358301bfb2e1df03fb0c80e09f25
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:29:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:29:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec88581
7
8 dev-python/tikzplotlib: Update HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tikzplotlib/metadata.xml | 2 +-
13 dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild | 7 +++++--
14 2 files changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/tikzplotlib/metadata.xml b/dev-python/tikzplotlib/metadata.xml
17 index c10a398c7be5..c432fbaf0427 100644
18 --- a/dev-python/tikzplotlib/metadata.xml
19 +++ b/dev-python/tikzplotlib/metadata.xml
20 @@ -7,7 +7,7 @@
21 </maintainer>
22 <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>
23 <upstream>
24 - <remote-id type="github">nschloe/tikzplotlib</remote-id>
25 + <remote-id type="github">texworld/tikzplotlib</remote-id>
26 <remote-id type="pypi">tikzplotlib</remote-id>
27 </upstream>
28 <stabilize-allarches/>
29
30 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
31 index 6a3cdf0843a9..4fb1107300d0 100644
32 --- a/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
33 +++ b/dev-python/tikzplotlib/tikzplotlib-0.10.1.ebuild
34 @@ -9,8 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} )
35 inherit distutils-r1 virtualx
36
37 DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
38 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
39 -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +HOMEPAGE="
41 + https://github.com/texworld/tikzplotlib/
42 + https://pypi.org/project/tikzplotlib/
43 +"
44 +SRC_URI="https://github.com/texworld/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45
46 LICENSE="MIT"
47 SLOT="0"