From e5b9d36e0e22825a342292dcaff52e01462fd02c Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sun, 23 Aug 2020 06:10:57 +0300 Subject: [PATCH] dev-python/chainmap: update HOMEPAGE Remove 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 Signed-off-by: David Seifert --- dev-python/chainmap/chainmap-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/chainmap/chainmap-1.0.3.ebuild b/dev-python/chainmap/chainmap-1.0.3.ebuild index b7190e9083722..62c11f9683025 100644 --- a/dev-python/chainmap/chainmap-1.0.3.ebuild +++ b/dev-python/chainmap/chainmap-1.0.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="ChainMap implementation for older Python versions" -HOMEPAGE="https://bitbucket.org/jeunice/chainmap" +HOMEPAGE="https://pypi.org/project/chainmap/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"