From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/suds-community/Manifest | 6 ++--- .../suds-community/suds-community-1.1.0.ebuild | 22 --------------- .../suds-community/suds-community-1.1.1.ebuild | 2 +- .../suds-community/suds-community-1.1.2.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 35 insertions(+), 26 deletions(-) delete mode 100644 dev-python/suds-community/suds-community-1.1.0.ebuild create mode 100644 dev-python/suds-community/suds-community-1.1.2.ebuild (limited to 'dev-python/suds-community') diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index b35a1e7195b3..42cefeb745c8 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1,5 +1,5 @@ -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 -EBUILD suds-community-1.1.0.ebuild 504 BLAKE2B b7e6b2fc3a582e811327946133cf6dcd9d08af4cc9f0b558c2d9463fb630b59b817a629348e591b88867a16ed737d128a92d4ea40ab28d3e26bf58bbcb4d316d SHA512 3b37365768eaadbcfaf566bf4575002e766d8693221878e566d55cebd150b38ca6646de319b2f8c1cb4f105992bb3954a6d2ae54e4da0324e608c3ca2388fdb0 -EBUILD suds-community-1.1.1.ebuild 612 BLAKE2B f8a0ab7825954557ca1bdea42d7479ce65217044010992ef94e34337906513b5f64bc137a82c8ffc0d033ece8d4c886bfee4ef41e05e7b02a238a07333974024 SHA512 81fc06d415a6ee1e4d7791268b0636a37cd9d7a7e3b91b777afe045316d6a3c15c169585feee4e26d41267e55b241c2020a99aa32ca7ef75c5999772806b6245 +DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B 6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83 SHA512 9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57 +EBUILD suds-community-1.1.1.ebuild 610 BLAKE2B 0914b63f53741520b75f314e386cf18b3a4bcafeaa5a050d42775428c0bc7f2fd31c0317bd3aab059797b33aafb2c96723ee428139aa37d6193e791e484267a2 SHA512 dad8a96f411d6398b8be48fbf87ea65c90fe6fef5ff91402a29ede0cd7f25207f12c9923f20251ca110e7953010f2320a6c569a6a70a1ad3be117c53af64af3f +EBUILD suds-community-1.1.2.ebuild 612 BLAKE2B efeecefe9b4a5cc5b78992ea3ddb4f1ee3e9ed9afc7b146a4dd0f662576be10c83941edbc90b8c6861856a0eb63d2abdd71b6120821c56fd844f9cddf34c43d8 SHA512 cc9e6ab41c9acb73fde1ab3d5802403dba89fb411f1edd07512676521fbcc874bc9a5209922b08f8f9878f5fba8f619ac6b264f9a17bf2ff0326841cb661aca4 MISC metadata.xml 557 BLAKE2B 1ae35931a85cfdaf853e47471764926aaf69ecac0e4d0fb208278dbe2324bfb141d1f3a870eccb94fa10c4450c2c7a141a4c007cd24d65f51a52536f7b9839e4 SHA512 232676d84079a770034e67f6d23592375998b5940a46efb7f1a654de6a78df8296a3fef694e65a7767add3dcf3ccf0b0d947d0733c85a68f5c4ff802e09b0bec diff --git a/dev-python/suds-community/suds-community-1.1.0.ebuild b/dev-python/suds-community/suds-community-1.1.0.ebuild deleted file mode 100644 index 28052a8d1ecc..000000000000 --- a/dev-python/suds-community/suds-community-1.1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" -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 diff --git a/dev-python/suds-community/suds-community-1.1.1.ebuild b/dev-python/suds-community/suds-community-1.1.1.ebuild index 5edb87033f52..3e6e1382baab 100644 --- a/dev-python/suds-community/suds-community-1.1.1.ebuild +++ b/dev-python/suds-community/suds-community-1.1.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" DOCS=( README.md notes/. ) diff --git a/dev-python/suds-community/suds-community-1.1.2.ebuild b/dev-python/suds-community/suds-community-1.1.2.ebuild new file mode 100644 index 000000000000..a41f925a470f --- /dev/null +++ b/dev-python/suds-community/suds-community-1.1.2.ebuild @@ -0,0 +1,31 @@ +# 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..11} ) + +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/. ) + +BDEPEND=" + test? ( + dev-python/six[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3