commit:     940d4404c6f0de20a180101cc43312df66678758
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 01:48:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 02:31:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940d4404

dev-python/suds-community: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/suds-community/Manifest                 |  1 +
 .../suds-community/suds-community-1.2.0.ebuild     | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

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

Reply via email to