dev-python/hachoir-core: remove dead HOMEPAGE.

Closes: https://github.com/gentoo/gentoo/pull/9838
This commit is contained in:
Michael Mair-Keimberger
2018-09-12 11:01:16 +02:00
committed by Patrice Clement
parent 9b8fc9719a
commit 9aa5320a1b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 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 pypy )
inherit distutils-r1
DESCRIPTION="Core of Hachoir framework: parse and edit binary files"
HOMEPAGE="https://bitbucket.org/haypo/hachoir/wiki/hachoir-core https://pypi.org/project/hachoir-core/"
HOMEPAGE="https://pypi.org/project/hachoir-core/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"