dev-python/waitress: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 15:41:23 +0000 (16:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 21:41:38 +0000 (22:41 +0100)
dev-python/waitress/waitress-1.0.1.ebuild
dev-python/waitress/waitress-1.0.2.ebuild

index a12b9589a6a8715507cda1e9efad766cc509cd83..57c1238d5331a31f6b91451a19061e82be198915 100644 (file)
@@ -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=( python{2_7,3_4,3_5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress"
+HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
+       https://pypi.python.org/pypi/waitress/
+       https://github.com/Pylons/waitress"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index 26001030f7c463ef9059902e48336995971d7f08..18c4a9a1aa96f73280d95f3f96222452c7c46c41 100644 (file)
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress"
+HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
+       https://pypi.python.org/pypi/waitress/
+       https://github.com/Pylons/waitress"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"