commit: 930385abad175bad2801f79fbdc61683fb2bf7cb Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sun Aug 23 03:19:31 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 11:42:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930385ab
dev-python/pycountry: 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 <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/pycountry/metadata.xml | 2 +- dev-python/pycountry/pycountry-19.8.18.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pycountry/metadata.xml b/dev-python/pycountry/metadata.xml index d3c69a8b0ff..f046b0f72b6 100644 --- a/dev-python/pycountry/metadata.xml +++ b/dev-python/pycountry/metadata.xml @@ -9,6 +9,6 @@ their translations</longdescription> <upstream> <remote-id type="pypi">pycountry</remote-id> - <remote-id type="bitbucket">flyingcircus/pycountry</remote-id> + <remote-id type="github">flyingcircusio/pycountry</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/pycountry/pycountry-19.8.18.ebuild b/dev-python/pycountry/pycountry-19.8.18.ebuild index 0ce91bc3e4d..e57b6a53ee0 100644 --- a/dev-python/pycountry/pycountry-19.8.18.ebuild +++ b/dev-python/pycountry/pycountry-19.8.18.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" -HOMEPAGE="https://bitbucket.org/flyingcircus/pycountry" +HOMEPAGE="https://github.com/flyingcircusio/pycountry" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"
