commit: 75530f527f32f8b3476b2b6f13f800eb4555358e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 18 14:35:20 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 19:18:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75530f52
dev-python/flask-xml-rpc: update HOMEPAGE and use HTTPS
dev-python/flask-xml-rpc/flask-xml-rpc-0.1.2-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/flask-xml-rpc/flask-xml-rpc-0.1.2-r1.ebuild
b/dev-python/flask-xml-rpc/flask-xml-rpc-0.1.2-r1.ebuild
index 490fd4648cf..6bdd2175c09 100644
--- a/dev-python/flask-xml-rpc/flask-xml-rpc-0.1.2-r1.ebuild
+++ b/dev-python/flask-xml-rpc/flask-xml-rpc-0.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,8 @@ MY_PN="Flask-XML-RPC"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="XML-RPC support for Flask applications"
-HOMEPAGE="http://packages.python.org/Flask-XML-RPC/
https://pypi.python.org/pypi/Flask-XML-RPC"
+HOMEPAGE="https://pythonhosted.org/Flask-XML-RPC/
+ https://pypi.python.org/pypi/Flask-XML-RPC"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"