public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/
Date: Fri,  4 Nov 2022 08:23:29 +0000 (UTC)	[thread overview]
Message-ID: <1667550196.34fb33a1812bb4cb6033fad3e0e7f79f74bbd38c.arthurzam@gentoo> (raw)

commit:     34fb33a1812bb4cb6033fad3e0e7f79f74bbd38c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 08:21:08 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 08:23:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fb33a1

dev-python/zeep: add 4.2.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/zeep/Manifest          |  1 +
 dev-python/zeep/zeep-4.2.0.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest
index 9077172fa6e2..eb8227a4e8fa 100644
--- a/dev-python/zeep/Manifest
+++ b/dev-python/zeep/Manifest
@@ -1 +1,2 @@
 DIST zeep-4.1.0.tar.gz 160333 BLAKE2B d29db92efe048ba854ff14cde062993c3f334cab6cfc122f6db9aa7a1a490c82f93a50ca5028a5f86e316d9ecf567ac40aef10f3e7d8db89376c7d8dea2a2e23 SHA512 acc54f99d21fe401e06418223591bcf8e7f8819e225f892beb0f6e2a1ee359a0da6f9d0aa4212899197c084af37cc56126879b93a22cdad2458e57674bf66ed5
+DIST zeep-4.2.0.tar.gz 161102 BLAKE2B e6d25ec10c1e50d6d3e029d65e0ec28ca70524b82ba67c261099fa970cbb0af320e9085539316ae64736600acce0e69793c081314c01e2de34a026208d8a5bef SHA512 dd7ea6fb80e41ae0ed81ebc26b9d0498685c9801baf0c46c124b0341e78127f521e429c7b55a2056018f3229128294f2715f8794ae8c00f313435cd8663c63f6

diff --git a/dev-python/zeep/zeep-4.2.0.ebuild b/dev-python/zeep/zeep-4.2.0.ebuild
new file mode 100644
index 000000000000..adcaf749a07b
--- /dev/null
+++ b/dev-python/zeep/zeep-4.2.0.ebuild
@@ -0,0 +1,53 @@
+# 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
+)


             reply	other threads:[~2022-11-04  8:23 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  8:23 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-16  5:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/ Michał Górny
2025-09-06 15:38 Sam James
2025-09-06 15:25 Michał Górny
2025-03-11 20:20 Arthur Zamarin
2025-03-11 20:20 Arthur Zamarin
2025-03-10 12:46 Jakov Smolić
2024-11-02  8:59 Michał Górny
2024-11-02  8:48 Michał Górny
2024-11-02  7:48 Michał Górny
2024-10-16 17:53 Michał Górny
2024-10-13 14:58 Michał Górny
2024-06-18 15:56 Michał Górny
2023-11-24 16:55 Sam James
2023-06-01 16:57 Arthur Zamarin
2023-02-17 11:04 Michał Górny
2023-02-17 11:04 Michał Górny
2022-12-10 14:33 Arthur Zamarin
2022-12-10  9:02 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-04-02  8:32 Michał Górny
2022-04-02  8:03 Agostino Sarubbo
2022-04-02  7:59 Agostino Sarubbo
2022-02-26 11:39 Michał Górny
2021-09-20 13:41 Michał Górny
2021-09-20 13:41 Michał Górny
2021-09-19 21:39 Agostino Sarubbo
2021-09-18 19:48 Sam James
2021-08-16  7:30 Michał Górny
2021-08-15  2:23 Louis Sautier
2021-08-14  1:05 Louis Sautier
2021-06-03 19:15 Sam James
2021-05-06 15:04 Michał Górny
2020-12-03 16:47 Aaron Bauman
2020-07-26  8:35 Cédric Krier
2020-02-04 13:32 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-20 12:52 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2020-01-18 10:28 Cédric Krier
2019-09-14 13:11 Cédric Krier
2018-07-28 11:32 Cédric Krier
2018-03-03 15:34 Cédric Krier
2018-01-06 13:39 Michał Górny
2017-10-29 13:01 Cédric Krier
2017-07-16 15:52 Cédric Krier
2017-05-02  9:48 Michał Górny
2017-05-01 12:23 Cédric Krier
2017-03-11 20:12 Cédric Krier
2017-01-11 19:04 Cédric Krier
2016-12-10 11:51 Cédric Krier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667550196.34fb33a1812bb4cb6033fad3e0e7f79f74bbd38c.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox