summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-09 15:14:33 +0200
committerMatthew Thode <prometheanfire@gentoo.org>2018-04-11 23:24:21 -0500
commit1475931e0a63236e90202bfa2a7b17dba64617b1 (patch)
treed5ef8f513a18e631da3493571b4cc9a6579c6321 /dev-python/rfc3986/rfc3986-0.3.1.ebuild
parentdev-python/python-pam: use HTTPS (diff)
downloadgentoo-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/rfc3986/rfc3986-0.3.1.ebuild')
-rw-r--r--dev-python/rfc3986/rfc3986-0.3.1.ebuild6
1 files changed, 4 insertions, 2 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"