summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-27 19:59:10 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-29 09:35:20 +0200
commit5913be400c823df9179c90b14202e7a82808e23c (patch)
treeb428b4871685787ca66a76f4edde7bacf870ca54
parentdev-python/mwlib-ext: use HTTPS (diff)
downloadgentoo-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
-rw-r--r--dev-python/medusa/medusa-0.5.4-r1.ebuild6
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"