Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyev/
Date: Mon, 05 Feb 2018 21:54:16
Message-Id: 1517867630.a081f26da80fad9f83ec1e4684b3243899b8740e.mgorny@gentoo
1 commit: a081f26da80fad9f83ec1e4684b3243899b8740e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:28:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a081f26d
7
8 dev-python/pyev: fix HOMEPAGE
9
10 dev-python/pyev/pyev-0.9.0.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-python/pyev/pyev-0.9.0.ebuild b/dev-python/pyev/pyev-0.9.0.ebuild
14 index 6340dab7873..7bd3c4243e5 100644
15 --- a/dev-python/pyev/pyev-0.9.0.ebuild
16 +++ b/dev-python/pyev/pyev-0.9.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24 inherit distutils-r1
25
26 DESCRIPTION="Python libev interface, an event loop"
27 -HOMEPAGE="https://code.google.com/p/pyev/
28 - http://pythonhosted.org/pyev/"
29 +HOMEPAGE="https://pypi.python.org/pypi/pyev/"
30 SRC_URI="mirror://pypi/p/pyev/${P}.tar.gz"
31
32 LICENSE="|| ( BSD GPL-2 )"