summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-03 09:53:35 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-03 10:26:06 +0200
commitd064d1f647b38cc591115336ade0cdb8fc995f91 (patch)
tree2027fd846f778896a5436a128c42fd28c90f0736
parentRename dev-python/{suds → suds-community} (diff)
downloadgentoo-d064d1f6.tar.gz
gentoo-d064d1f6.tar.bz2
gentoo-d064d1f6.zip
dev-python/suds-community: Post-rename cleanup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/suds-community/suds-community-1.1.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/suds-community/suds-community-1.1.0.ebuild b/dev-python/suds-community/suds-community-1.1.0.ebuild
index a88726bf7420..28052a8d1ecc 100644
--- a/dev-python/suds-community/suds-community-1.1.0.ebuild
+++ b/dev-python/suds-community/suds-community-1.1.0.ebuild
@@ -9,11 +9,9 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-MY_PN="suds-community"
DESCRIPTION="Lightweight SOAP client"
HOMEPAGE="https://github.com/suds-community/suds"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"