Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
Date: Wed, 04 Jan 2017 04:49:42
Message-Id: 1483505305.2b45217278cddafa7ad1df6986304188718a4d1f.dolsen@gentoo
1 commit: 2b45217278cddafa7ad1df6986304188718a4d1f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 17:22:05 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 04:48:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b452172
7
8 dev-python/uncompyle6: Fix typo in homepage link
9
10 Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
11
12 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 4 ++--
13 dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
17 index 3007cb1..8d6958b 100644
18 --- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
19 +++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
27 inherit distutils-r1
28
29 DESCRIPTION="Python cross-version byte-code deparser"
30 -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
31 +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
32 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="MIT"
35
36 diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
37 index e7bb70e..694c0e8 100644
38 --- a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
39 +++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
47 inherit distutils-r1
48
49 DESCRIPTION="Python cross-version byte-code deparser"
50 -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
51 +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
52 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
53
54 LICENSE="MIT"