diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-03 09:22:05 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-03 20:48:25 -0800 |
commit | 2b45217278cddafa7ad1df6986304188718a4d1f (patch) | |
tree | 1073db9922ccf67d60c5c814b013068d0168c27a /dev-python/uncompyle6 | |
parent | dev-python/xdis: Version bump, license change (diff) | |
download | gentoo-2b45217278cddafa7ad1df6986304188718a4d1f.tar.gz gentoo-2b45217278cddafa7ad1df6986304188718a4d1f.tar.bz2 gentoo-2b45217278cddafa7ad1df6986304188718a4d1f.zip |
dev-python/uncompyle6: Fix typo in homepage link
Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
Diffstat (limited to 'dev-python/uncompyle6')
-rw-r--r-- | dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild index 3007cb166c0a..8d6958bcff71 100644 --- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild +++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) inherit distutils-r1 DESCRIPTION="Python cross-version byte-code deparser" -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6" +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild index e7bb70e09b0c..694c0e8b3a6a 100644 --- a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild +++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) inherit distutils-r1 DESCRIPTION="Python cross-version byte-code deparser" -HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6" +HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |