From b118032096b3380de251b5de2466f5198fd2930a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Dec 2022 21:21:18 +0000 Subject: gentoo auto-resync : 10:12:2022 - 21:21:18 --- dev-python/zeep/Manifest | 5 -- dev-python/zeep/files/zeep-4.1.0-cached-prop.patch | 100 --------------------- dev-python/zeep/zeep-4.1.0-r2.ebuild | 57 ------------ dev-python/zeep/zeep-4.2.0.ebuild | 53 ----------- 4 files changed, 215 deletions(-) delete mode 100644 dev-python/zeep/files/zeep-4.1.0-cached-prop.patch delete mode 100644 dev-python/zeep/zeep-4.1.0-r2.ebuild delete mode 100644 dev-python/zeep/zeep-4.2.0.ebuild (limited to 'dev-python/zeep') diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest index 7fa126aabc72..207e6d0d1872 100644 --- a/dev-python/zeep/Manifest +++ b/dev-python/zeep/Manifest @@ -1,8 +1,3 @@ -AUX zeep-4.1.0-cached-prop.patch 3247 BLAKE2B 2ecbafe7bd1dae935dcb6dc0596e68a4d709b04e205cbc58c736fd235e7dc69f66ce5fad86893f1af1d3d77187de92f9f12a7055f8dbbc01c56b273ff500a56c SHA512 36971cc3ab540392cd702edc6cfb8c5db5812f05bcb9e28308c53514e18de2dfd1a29dbac3d6bd53f38f1d315f1a447d974e1a61fb59664bec18567879e080e0 -DIST zeep-4.1.0.tar.gz 160333 BLAKE2B d29db92efe048ba854ff14cde062993c3f334cab6cfc122f6db9aa7a1a490c82f93a50ca5028a5f86e316d9ecf567ac40aef10f3e7d8db89376c7d8dea2a2e23 SHA512 acc54f99d21fe401e06418223591bcf8e7f8819e225f892beb0f6e2a1ee359a0da6f9d0aa4212899197c084af37cc56126879b93a22cdad2458e57674bf66ed5 -DIST zeep-4.2.0.tar.gz 161102 BLAKE2B e6d25ec10c1e50d6d3e029d65e0ec28ca70524b82ba67c261099fa970cbb0af320e9085539316ae64736600acce0e69793c081314c01e2de34a026208d8a5bef SHA512 dd7ea6fb80e41ae0ed81ebc26b9d0498685c9801baf0c46c124b0341e78127f521e429c7b55a2056018f3229128294f2715f8794ae8c00f313435cd8663c63f6 DIST zeep-4.2.1.tar.gz 161072 BLAKE2B 01e3ec848bc4a98b301b7d091a0740f4a69057f3bb56e884a31b1d73ed51b0c62b4e0e148b2a59ebb6f01469aa949cb4079c0147dae7b3d8e7c8a2f66e5b31f8 SHA512 08de88c1e4cd1787137ea18f12bf343c5c9bb7b353ecd8781c58c7c1acf1b6ee8a0483b47d9a78eb24c79d8ecc347eb8595d460d9f75ca0428963f36a76dff5d -EBUILD zeep-4.1.0-r2.ebuild 1586 BLAKE2B 3570b2b277148998c037be5f6628c5a290160debca06e5c720dce824f5ca66658e6a70a02898b98371d157487b18989d26ecc86e59bbfa98bada41beaf948862 SHA512 17e2705d7204aa5adfed81382c5412b59c4207d398b3f693a8a2e769e394d555870e34f8503f86743071780dbf23a4a1b0e108702e0d08b99600c2ae762ecac5 -EBUILD zeep-4.2.0.ebuild 1537 BLAKE2B b936cd796682f65e71aa2fbc4a493788c54795a254b6295073ec47c8d4a796006d8b058e9a9ab32cb5f17d36f9df8e5da6820511eec2e8c0ed5017f9fb4b1aa6 SHA512 1fdef4c45834cde4d5399f4329b4a5867609829f85e3c14ff0bddf87a32f70a952733076399718430e5ce7aa084e6e32f8220c8bc6f9b25c945066f852c62bfb EBUILD zeep-4.2.1.ebuild 1384 BLAKE2B b8acfc4028cb67df75a7054b87d167626e8500dc336ccba779710c819343bca6203df8fc9f3afcd8a0fbb4496130412e60a687311ffb8281c66182209a3b4900 SHA512 37216f5d37ed1ad10767ea43415145ec4f80168e062903396e283d93d00d334531adee02adf1edb30537e739d3ce587ac8eee96c49725b50f16ed76a044ecc4c MISC metadata.xml 485 BLAKE2B 7bf7fe5fa8c3803d58acb9b572a9b8cf5250f5bb95c95eb385748bd87da46fed52a6c13c48c5c623c61256289b598873c05c7bd24aeac331651708c365974557 SHA512 e4af11481fdcdc75c3e5f31d457707c7ea8baacee3c0e912a93b2d224e60685d821347f6cb7f6f12483e2051043ea25f5560446ef11f210cdd41b13e1e4e1fcc diff --git a/dev-python/zeep/files/zeep-4.1.0-cached-prop.patch b/dev-python/zeep/files/zeep-4.1.0-cached-prop.patch deleted file mode 100644 index 368dca71ad38..000000000000 --- a/dev-python/zeep/files/zeep-4.1.0-cached-prop.patch +++ /dev/null @@ -1,100 +0,0 @@ -From 25701f0b69ee46914179070b7e8906ea3e521480 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Thu, 11 Nov 2021 08:55:41 +0100 -Subject: [PATCH] Use stdlib functools.cached_property if available - -Python 3.8+ provides a functools.cached_property in the stdlib that is -thread-safe, i.e. equivalent to threaded_cached_property. Use it -instead of adding third-party dependencies whenever available. ---- - setup.py | 2 +- - src/zeep/wsdl/attachments.py | 6 +++++- - src/zeep/xsd/elements/indicators.py | 6 +++++- - src/zeep/xsd/types/any.py | 6 +++++- - src/zeep/xsd/types/complex.py | 6 +++++- - 5 files changed, 21 insertions(+), 5 deletions(-) - -diff --git a/setup.py b/setup.py -index cb51ac4..8ef81b6 100755 ---- a/setup.py -+++ b/setup.py -@@ -4,7 +4,7 @@ from setuptools import setup - - install_requires = [ - "attrs>=17.2.0", -- "cached-property>=1.3.0", -+ "cached-property>=1.3.0; python_version<'3.8'", - "isodate>=0.5.4", - "lxml>=4.6.0", - "platformdirs>=1.4.0", -diff --git a/src/zeep/wsdl/attachments.py b/src/zeep/wsdl/attachments.py -index 037e439..075bee5 100644 ---- a/src/zeep/wsdl/attachments.py -+++ b/src/zeep/wsdl/attachments.py -@@ -6,7 +6,11 @@ See https://www.w3.org/TR/SOAP-attachments - - import base64 - --from cached_property import cached_property -+try: -+ from functools import cached_property -+except ImportError: -+ from cached_property import cached_property -+ - from requests.structures import CaseInsensitiveDict - - -diff --git a/src/zeep/xsd/elements/indicators.py b/src/zeep/xsd/elements/indicators.py -index 40325da..e9ef2c4 100644 ---- a/src/zeep/xsd/elements/indicators.py -+++ b/src/zeep/xsd/elements/indicators.py -@@ -16,7 +16,11 @@ import operator - import typing - from collections import OrderedDict, defaultdict, deque - --from cached_property import threaded_cached_property -+try: -+ from functools import cached_property as threaded_cached_property -+except ImportError: -+ from cached_property import threaded_cached_property -+ - from lxml import etree - - from zeep.exceptions import UnexpectedElementError, ValidationError -diff --git a/src/zeep/xsd/types/any.py b/src/zeep/xsd/types/any.py -index b4525e4..17f244e 100644 ---- a/src/zeep/xsd/types/any.py -+++ b/src/zeep/xsd/types/any.py -@@ -1,7 +1,11 @@ - import logging - import typing - --from cached_property import threaded_cached_property -+try: -+ from functools import cached_property as threaded_cached_property -+except ImportError: -+ from cached_property import threaded_cached_property -+ - from lxml import etree - - from zeep.utils import qname_attr -diff --git a/src/zeep/xsd/types/complex.py b/src/zeep/xsd/types/complex.py -index 8141bc1..b2ed9bf 100644 ---- a/src/zeep/xsd/types/complex.py -+++ b/src/zeep/xsd/types/complex.py -@@ -4,7 +4,11 @@ import typing - from collections import OrderedDict, deque - from itertools import chain - --from cached_property import threaded_cached_property -+try: -+ from functools import cached_property as threaded_cached_property -+except ImportError: -+ from cached_property import threaded_cached_property -+ - from lxml import etree - - from zeep.exceptions import UnexpectedElementError, XMLParseError --- -2.33.1 - diff --git a/dev-python/zeep/zeep-4.1.0-r2.ebuild b/dev-python/zeep/zeep-4.1.0-r2.ebuild deleted file mode 100644 index a04730a0cc9e..000000000000 --- a/dev-python/zeep/zeep-4.1.0-r2.ebuild +++ /dev/null @@ -1,57 +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_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" -HOMEPAGE="https://docs.python-zeep.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="async" - -RDEPEND=" - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}] - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] - >=dev-python/lxml-4.6.0[${PYTHON_USEDEP}] - >=dev-python/platformdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/aioresponses[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pretend[${PYTHON_USEDEP}] - dev-python/python-xmlsec[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-httpx[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}"/${P}-cached-prop.patch -) - -EPYTEST_DESELECT=( - # broken by new pytest-httpx? - tests/test_async_transport.py::test_load - tests/test_async_transport.py::test_load_cache - tests/test_async_transport.py::test_post - tests/test_async_transport.py::test_http_error -) diff --git a/dev-python/zeep/zeep-4.2.0.ebuild b/dev-python/zeep/zeep-4.2.0.ebuild deleted file mode 100644 index adcaf749a07b..000000000000 --- a/dev-python/zeep/zeep-4.2.0.ebuild +++ /dev/null @@ -1,53 +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_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" -HOMEPAGE="https://docs.python-zeep.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="async" - -RDEPEND=" - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}] - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] - >=dev-python/lxml-4.6.0[${PYTHON_USEDEP}] - >=dev-python/platformdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/aioresponses[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pretend[${PYTHON_USEDEP}] - dev-python/python-xmlsec[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-httpx[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # broken by new pytest-httpx? - tests/test_async_transport.py::test_load - tests/test_async_transport.py::test_load_cache - tests/test_async_transport.py::test_post - tests/test_async_transport.py::test_http_error -) -- cgit v1.2.3