summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-05 21:28:11 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-05 22:53:50 +0100
commita081f26da80fad9f83ec1e4684b3243899b8740e (patch)
treeb1470d9559da4d6c926489ff61d1e4e171e3215d
parentdev-python/mox: fix HOMEPAGE (diff)
downloadgentoo-a081f26da80fad9f83ec1e4684b3243899b8740e.tar.gz
gentoo-a081f26da80fad9f83ec1e4684b3243899b8740e.tar.bz2
gentoo-a081f26da80fad9f83ec1e4684b3243899b8740e.zip
dev-python/pyev: fix HOMEPAGE
-rw-r--r--dev-python/pyev/pyev-0.9.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pyev/pyev-0.9.0.ebuild b/dev-python/pyev/pyev-0.9.0.ebuild
index 6340dab78734..7bd3c4243e52 100644
--- a/dev-python/pyev/pyev-0.9.0.ebuild
+++ b/dev-python/pyev/pyev-0.9.0.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
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python libev interface, an event loop"
-HOMEPAGE="https://code.google.com/p/pyev/
- http://pythonhosted.org/pyev/"
+HOMEPAGE="https://pypi.python.org/pypi/pyev/"
SRC_URI="mirror://pypi/p/pyev/${P}.tar.gz"
LICENSE="|| ( BSD GPL-2 )"