diff options
-rw-r--r-- | dev-python/suds-community/suds-community-1.1.0.ebuild | 4 |
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" |