dev-python/polib: update HOMEPAGE

Replace non-functioning BitBucket URL
Bug: https://bugs.gentoo.org/737896
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Azamat H. Hackimov
2020-08-23 06:17:42 +03:00
committed by David Seifert
parent 83f7231f34
commit f19d7bee1b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="bitbucket">izi/polib</remote-id>
<remote-id type="github">izimobil/polib</remote-id>
<remote-id type="pypi">polib</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A library to manipulate gettext files (.po and .mo files)"
HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home"
HOMEPAGE="https://github.com/izimobil/polib https://polib.readthedocs.io/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"