diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-03 09:53:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-03 10:26:06 +0200 |
commit | d064d1f647b38cc591115336ade0cdb8fc995f91 (patch) | |
tree | 2027fd846f778896a5436a128c42fd28c90f0736 /dev-python/suds-community | |
parent | Rename dev-python/{suds → suds-community} (diff) | |
download | gentoo-d064d1f647b38cc591115336ade0cdb8fc995f91.tar.gz gentoo-d064d1f647b38cc591115336ade0cdb8fc995f91.tar.bz2 gentoo-d064d1f647b38cc591115336ade0cdb8fc995f91.zip |
dev-python/suds-community: Post-rename cleanup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/suds-community')
-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" |