diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-30 17:55:18 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-28 19:26:34 -0500 |
commit | f272aff7b0b7f7968d49519d94529e9089a834ac (patch) | |
tree | 9188fe19ea90d8712b2408ed8b8e20c289205709 /dev-python/weasyprint | |
parent | dev-python/s3fs: use HTTPS (diff) | |
download | gentoo-f272aff7b0b7f7968d49519d94529e9089a834ac.tar.gz gentoo-f272aff7b0b7f7968d49519d94529e9089a834ac.tar.bz2 gentoo-f272aff7b0b7f7968d49519d94529e9089a834ac.zip |
dev-python/weasyprint: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r-- | dev-python/weasyprint/weasyprint-0.41.ebuild | 4 | ||||
-rw-r--r-- | dev-python/weasyprint/weasyprint-43.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild index ba921c850bc0..28624674a05b 100644 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" MY_PN="WeasyPrint" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild index d18200b1057c..8c3cd18ba99e 100644 --- a/dev-python/weasyprint/weasyprint-43.ebuild +++ b/dev-python/weasyprint/weasyprint-43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" MY_PN="WeasyPrint" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" |