dev-python/suds: 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 <azamat.hackimov@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Azamat H. Hackimov
2020-08-23 06:31:27 +03:00
committed by David Seifert
parent 457e8fe2a6
commit 1e12e1b479
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,5 @@
<!--maintainer-needed-->
<upstream>
<remote-id type="pypi">suds</remote-id>
<remote-id type="bitbucket">jurko/suds</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1
DESCRIPTION="Lightweight SOAP client (Jurko's fork) (py3 support) (active development)"
HOMEPAGE="https://bitbucket.org/jurko/suds"
HOMEPAGE="https://pypi.org/project/suds-jurko/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}-jurko/${PN}-jurko-${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-jurko-${PV}"