diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:33:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:22 +0200 |
commit | 2d4d6836af1543c9b287c4198fae4545d225568e (patch) | |
tree | 8ed29c316e3c3adc6f6b813ac8d9d834575ddef0 | |
parent | dev-python/flask-wtf: use HTTPS (diff) | |
download | gentoo-2d4d6836af1543c9b287c4198fae4545d225568e.tar.gz gentoo-2d4d6836af1543c9b287c4198fae4545d225568e.tar.bz2 gentoo-2d4d6836af1543c9b287c4198fae4545d225568e.zip |
dev-python/flask-testing: use HTTPS
-rw-r--r-- | dev-python/flask-testing/flask-testing-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/flask-testing/flask-testing-0.6.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/flask-testing/flask-testing-0.4.2.ebuild b/dev-python/flask-testing/flask-testing-0.4.2.ebuild index 17224a7a0b93..87258db25a41 100644 --- a/dev-python/flask-testing/flask-testing-0.4.2.ebuild +++ b/dev-python/flask-testing/flask-testing-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing" MY_P="${MY_PN}-${PV}" DESCRIPTION="Unit testing for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/flask-testing/flask-testing-0.6.2.ebuild b/dev-python/flask-testing/flask-testing-0.6.2.ebuild index f37b1dc10c36..4b29fd376089 100644 --- a/dev-python/flask-testing/flask-testing-0.6.2.ebuild +++ b/dev-python/flask-testing/flask-testing-0.6.2.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 @@ -10,7 +10,7 @@ MY_PN="Flask-Testing" MY_P="${MY_PN}-${PV}" DESCRIPTION="Unit testing for Flask" -HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" +HOMEPAGE="https://pythonhosted.org/Flask-Testing/ https://pypi.org/project/Flask-Testing/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |