diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-03 09:54:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-03 10:26:07 +0200 |
commit | 49f7451813900637d7d2ec404725b20176625d44 (patch) | |
tree | 0825ae4c39995e05a708e30bffcfed0bd3103210 /dev-python/suds-community | |
parent | dev-python/suds-community: Post-rename cleanup (diff) | |
download | gentoo-49f7451813900637d7d2ec404725b20176625d44.tar.gz gentoo-49f7451813900637d7d2ec404725b20176625d44.tar.bz2 gentoo-49f7451813900637d7d2ec404725b20176625d44.zip |
dev-python/suds-community: Bump to 1.1.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/suds-community')
-rw-r--r-- | dev-python/suds-community/Manifest | 1 | ||||
-rw-r--r-- | dev-python/suds-community/suds-community-1.1.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index c20f4d567495..24933b92a74f 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1 +1,2 @@ DIST suds-community-1.1.0.tar.gz 284545 BLAKE2B b5f6f6f46a35df3263664c9893745a2e723f3eef543cb1a9e9fd061956b0c00c219e818228de9bf11b2730ad0a8fed90ad731199ffc7ca9fba9f22c5c0c8dd41 SHA512 2c8902e16c3513c99ce6d8bdf58ef4f5c4d704f1bf2480ea2b23ec2adbd9e8919928bfd5e3fd6859028b7fbc3788d067b9b71bad2a20c2f4907e6e56f3f15350 +DIST suds-community-1.1.1.tar.gz 284934 BLAKE2B 9df1a5f6b4dd2ca060c639147a090cef6a194f275706e03a3fdafa46c4d18b890f7c94249db8db6202e95abea71948e0c42fe42f14f659ca14bb0aca11b4b5f5 SHA512 9b343d704b2db123ff44685fb03da8f6912cefb32d38e9b79f9f84aeebff32ba26936a0f70a6121628c6f2c5388e94d380f08ed546f55fbf84fdc8e4fdbd3d0a diff --git a/dev-python/suds-community/suds-community-1.1.1.ebuild b/dev-python/suds-community/suds-community-1.1.1.ebuild new file mode 100644 index 000000000000..e006f502046a --- /dev/null +++ b/dev-python/suds-community/suds-community-1.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_REQ_USE="xml(+)" +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Lightweight SOAP client" +HOMEPAGE=" + https://github.com/suds-community/suds/ + https://pypi.org/project/suds-community/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + +DOCS=( README.md notes/. ) + +distutils_enable_tests pytest |