diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-25 03:48:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-25 04:31:44 +0200 |
commit | 940d4404c6f0de20a180101cc43312df66678758 (patch) | |
tree | 9e0c1ee17504f9aa7cb34f8f996abb3b786130d1 /dev-python | |
parent | dev-python/hypothesis: Bump to 6.111.2 (diff) | |
download | gentoo-940d4404c6f0de20a180101cc43312df66678758.tar.gz gentoo-940d4404c6f0de20a180101cc43312df66678758.tar.bz2 gentoo-940d4404c6f0de20a180101cc43312df66678758.zip |
dev-python/suds-community: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/suds-community/Manifest | 1 | ||||
-rw-r--r-- | dev-python/suds-community/suds-community-1.2.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index ecae0d478968..c0cfa3ffb78c 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1 +1,2 @@ DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B 6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83 SHA512 9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57 +DIST suds_community-1.2.0.tar.gz 271408 BLAKE2B 4699ee3bc28f758484425cda5c9a6e6d036d7bc364f0456ec2180726269afcb8c2f62004d2d9441ebb6aec0fea3f4b83d19f5a0df736be2e6bf61a15951f3290 SHA512 8955ad288fbd9d472b8aa4b4a016da66616436bb41b44d7935f4c14ae897c127e0d6c14457f2303ead671f92edc51454701c9658aec32f6af44882526ed86aeb diff --git a/dev-python/suds-community/suds-community-1.2.0.ebuild b/dev-python/suds-community/suds-community-1.2.0.ebuild new file mode 100644 index 000000000000..a45b2cabb8f6 --- /dev/null +++ b/dev-python/suds-community/suds-community-1.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Lightweight SOAP client" +HOMEPAGE=" + https://github.com/suds-community/suds/ + https://pypi.org/project/suds-community/ +" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + +DOCS=( README.md notes/. ) + +distutils_enable_tests pytest |