summaryrefslogtreecommitdiff
path: root/dev-python/suds
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-23 12:37:50 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-23 12:37:50 +0000
commit3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7 (patch)
tree4ff0d4bc0ddcc7764d6e8ae95cc0a3e12d766ba9 /dev-python/suds
parentdc265af742ef26a091224ce501e5859eb3edcf86 (diff)
downloadbaldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.tar.gz
baldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.tar.xz
baldeagleos-repo-3a6dcdaffa42e159d7ec285e88c2afa6707ea2b7.zip
Updating liguros repo
Diffstat (limited to 'dev-python/suds')
-rw-r--r--dev-python/suds/metadata.xml1
-rw-r--r--dev-python/suds/suds-0.6-r1.ebuild2
2 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/suds/metadata.xml b/dev-python/suds/metadata.xml
index 15b653e94ade..1caee2c60e3c 100644
--- a/dev-python/suds/metadata.xml
+++ b/dev-python/suds/metadata.xml
@@ -4,7 +4,6 @@
<!--maintainer-needed-->
<upstream>
<remote-id type="pypi">suds</remote-id>
- <remote-id type="bitbucket">jurko/suds</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild
index 3410acef78e3..a632809263af 100644
--- a/dev-python/suds/suds-0.6-r1.ebuild
+++ b/dev-python/suds/suds-0.6-r1.ebuild
@@ -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}"