diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-09 15:14:33 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-11 23:24:21 -0500 |
commit | 1475931e0a63236e90202bfa2a7b17dba64617b1 (patch) | |
tree | d5ef8f513a18e631da3493571b4cc9a6579c6321 /dev-python | |
parent | dev-python/python-pam: use HTTPS (diff) | |
download | gentoo-1475931e0a63236e90202bfa2a7b17dba64617b1.tar.gz gentoo-1475931e0a63236e90202bfa2a7b17dba64617b1.tar.bz2 gentoo-1475931e0a63236e90202bfa2a7b17dba64617b1.zip |
dev-python/rfc3986: use HTTPS
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.4.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.1.0.ebuild | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild index 20ab7bcecba5..878d5d608233 100644 --- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3) inherit distutils-r1 DESCRIPTION="Validating URI References per RFC 3986" -HOMEPAGE="http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org" +HOMEPAGE="https://tools.ietf.org/html/rfc3986 + https://github.com/sigmavirus24/rfc3986 + https://rfc3986.rtfd.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/rfc3986/rfc3986-0.4.1.ebuild b/dev-python/rfc3986/rfc3986-0.4.1.ebuild index 66dfa30d57f3..0b0b08a2442b 100644 --- a/dev-python/rfc3986/rfc3986-0.4.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3) inherit distutils-r1 DESCRIPTION="Validating URI References per RFC 3986" -HOMEPAGE="http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org" +HOMEPAGE="https://tools.ietf.org/html/rfc3986 + https://github.com/sigmavirus24/rfc3986 + https://rfc3986.rtfd.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/rfc3986/rfc3986-1.1.0.ebuild b/dev-python/rfc3986/rfc3986-1.1.0.ebuild index c87afb023b49..636645481adb 100644 --- a/dev-python/rfc3986/rfc3986-1.1.0.ebuild +++ b/dev-python/rfc3986/rfc3986-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3) inherit distutils-r1 DESCRIPTION="Validating URI References per RFC 3986" -HOMEPAGE="http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org" +HOMEPAGE="https://tools.ietf.org/html/rfc3986 + https://github.com/sigmavirus24/rfc3986 + https://rfc3986.rtfd.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |