diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 19:59:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:20 +0200 |
commit | 5913be400c823df9179c90b14202e7a82808e23c (patch) | |
tree | b428b4871685787ca66a76f4edde7bacf870ca54 /dev-python/medusa | |
parent | dev-python/mwlib-ext: use HTTPS (diff) | |
download | gentoo-5913be400c823df9179c90b14202e7a82808e23c.tar.gz gentoo-5913be400c823df9179c90b14202e7a82808e23c.tar.bz2 gentoo-5913be400c823df9179c90b14202e7a82808e23c.zip |
dev-python/medusa: remove dead HOMEPAGE, fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/8171
Diffstat (limited to 'dev-python/medusa')
-rw-r--r-- | dev-python/medusa/medusa-0.5.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/medusa/medusa-0.5.4-r1.ebuild b/dev-python/medusa/medusa-0.5.4-r1.ebuild index 9ea7f116d976..079c8b29f367 100644 --- a/dev-python/medusa/medusa-0.5.4-r1.ebuild +++ b/dev-python/medusa/medusa-0.5.4-r1.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" @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="A framework for writing asynchronous long-running, high-performance network servers in Python" -HOMEPAGE="http://www.amk.ca/python/code/medusa.html https://pypi.org/project/medusa/" -SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz" +HOMEPAGE="https://pypi.org/project/medusa/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" |