Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Fri, 24 Jan 2020 15:08:39
Message-Id: 1579878513.149c75bd9cc51568faa097bef348859e0b9af8e6.robbat2@gentoo
1 commit: 149c75bd9cc51568faa097bef348859e0b9af8e6
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 15:08:14 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 15:08:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149c75bd
7
8 dev-python/cliff: update HOMEPAGE
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 dev-python/cliff/cliff-2.12.0-r2.ebuild | 2 +-
13 dev-python/cliff/cliff-2.12.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
17 index 1231c46ba18..0e0821fea9e 100644
18 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
19 +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
20 @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
21 inherit distutils-r1 virtualx
22
23 DESCRIPTION="Command Line Interface Formulation Framework"
24 -HOMEPAGE="https://github.com/dreamhost/cliff"
25 +HOMEPAGE="https://github.com/openstack/cliff"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29
30 diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
31 index 89202b96140..c22026b4152 100644
32 --- a/dev-python/cliff/cliff-2.12.0.ebuild
33 +++ b/dev-python/cliff/cliff-2.12.0.ebuild
34 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_6,3_7} )
35 inherit distutils-r1
36
37 DESCRIPTION="Command Line Interface Formulation Framework"
38 -HOMEPAGE="https://github.com/dreamhost/cliff"
39 +HOMEPAGE="https://github.com/openstack/cliff"
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="Apache-2.0"