commit: d064d1f647b38cc591115336ade0cdb8fc995f91
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 07:53:35 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 3 08:26:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d064d1f6
dev-python/suds-community: Post-rename cleanup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/suds-community/suds-community-1.1.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 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"