diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-05 21:21:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-05 22:53:50 +0100 |
commit | 091a7848f3d5192124d143b693575296cb024d77 (patch) | |
tree | 0979051faa9bc97133b3129e5be7dd2c4cf371ae /dev-python/mox | |
parent | dev-python/mimeparse: remove dead HOMEPAGE (diff) | |
download | gentoo-091a7848f3d5192124d143b693575296cb024d77.tar.gz gentoo-091a7848f3d5192124d143b693575296cb024d77.tar.bz2 gentoo-091a7848f3d5192124d143b693575296cb024d77.zip |
dev-python/mox: fix HOMEPAGE
Diffstat (limited to 'dev-python/mox')
-rw-r--r-- | dev-python/mox/mox-0.5.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mox/mox-0.5.3-r1.ebuild b/dev-python/mox/mox-0.5.3-r1.ebuild index fd0438fec063..5a83898fa882 100644 --- a/dev-python/mox/mox-0.5.3-r1.ebuild +++ b/dev-python/mox/mox-0.5.3-r1.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A mock object framework for Python, loosely based on EasyMock for Java" -HOMEPAGE="https://code.google.com/p/pymox/" +HOMEPAGE="https://pypi.python.org/pypi/mox" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |