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/pygal/
Date: Wed, 11 Mar 2020 08:57:03
Message-Id: 1583917015.fd23fc0500582609ce9577c499022e3f03315933.mgorny@gentoo
1 commit: fd23fc0500582609ce9577c499022e3f03315933
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 08:55:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 08:56:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd23fc05
7
8 dev-python/pygal: Fix HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pygal/pygal-2.4.0-r1.ebuild | 2 +-
13 dev-python/pygal/pygal-2.4.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pygal/pygal-2.4.0-r1.ebuild b/dev-python/pygal/pygal-2.4.0-r1.ebuild
17 index f46b8e3ea1a..314d9f5fee9 100644
18 --- a/dev-python/pygal/pygal-2.4.0-r1.ebuild
19 +++ b/dev-python/pygal/pygal-2.4.0-r1.ebuild
20 @@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+)"
21 inherit distutils-r1
22
23 DESCRIPTION="A python SVG charts generator"
24 -HOMEPAGE="http://pygal.org/"
25 +HOMEPAGE="https://github.com/Kozea/pygal/"
26 # PyPI tarballs do not contain docs
27 # https://github.com/Kozea/pygal/pull/428
28 SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild
31 index 6bb4f8c95ed..b50eb480cab 100644
32 --- a/dev-python/pygal/pygal-2.4.0.ebuild
33 +++ b/dev-python/pygal/pygal-2.4.0.ebuild
34 @@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+)"
35 inherit distutils-r1
36
37 DESCRIPTION="A python SVG charts generator"
38 -HOMEPAGE="http://pygal.org/"
39 +HOMEPAGE="https://github.com/Kozea/pygal/"
40 # PyPI tarballs do not contain docs
41 # https://github.com/Kozea/pygal/pull/428
42 SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"