Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
Date: Fri, 01 Mar 2019 00:26:54
Message-Id: 1551399994.f272aff7b0b7f7968d49519d94529e9089a834ac.bman@gentoo
1 commit: f272aff7b0b7f7968d49519d94529e9089a834ac
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:55:18 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f272aff7
7
8 dev-python/weasyprint: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/weasyprint/weasyprint-0.41.ebuild | 4 ++--
14 dev-python/weasyprint/weasyprint-43.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild
18 index ba921c850bc..28624674a05 100644
19 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild
20 +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -13,7 +13,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
28 MY_PN="WeasyPrint"
29 MY_P="${MY_PN}-${PV}"
30 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
31 -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint"
32 +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
33
34 LICENSE="BSD"
35 SLOT="0"
36
37 diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild
38 index d18200b1057..8c3cd18ba99 100644
39 --- a/dev-python/weasyprint/weasyprint-43.ebuild
40 +++ b/dev-python/weasyprint/weasyprint-43.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="7"
47 @@ -11,7 +11,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
48 MY_PN="WeasyPrint"
49 MY_P="${MY_PN}-${PV}"
50 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
51 -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint"
52 +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
53
54 LICENSE="BSD"
55 SLOT="0"