public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/
Date: Sun, 15 Aug 2021 02:23:18 +0000 (UTC)	[thread overview]
Message-ID: <1628994157.b92b7b925e14a42a3fcae4856a70c711d978cbb6.sbraz@gentoo> (raw)

commit:     b92b7b925e14a42a3fcae4856a70c711d978cbb6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 00:58:58 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 02:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92b7b92

dev-python/zeep: add 4.0.0, enable py3.10 and tests

Also stop overriding DOCS which only contains standard file names.

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/zeep/Manifest          |  1 +
 dev-python/zeep/zeep-4.0.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest
index 0ba65e2d73c..1997ddc674c 100644
--- a/dev-python/zeep/Manifest
+++ b/dev-python/zeep/Manifest
@@ -1 +1,2 @@
 DIST zeep-3.4.0.tar.gz 163748 BLAKE2B 52709b22bf3dbe228630fcaca33dbfb1f9bb2fd6fab9a2f3ad1cfdf92f84aa2a5b1b71dbd5d41eca3bc12a9ac022d27191929533578441ff020e574fe2b95cd8 SHA512 31adea141ffaabb122a2127bcbba2742ed15d4cef91907c8db4aefd8550b2259502a4122825cbfa62559fd5babd3d0c6ce2bf82dd3b79cd9026d8ca008897349
+DIST zeep-4.0.0.tar.gz 163646 BLAKE2B 84547f5ac5bfb42f6bfbe9879ae19466270e7699764a0f91b68d927d1776a040307ccc4f482dce93b765b8b3de191615d6a7b6a3fda38655c312c02a962fc954 SHA512 1ccc59d6ad1979f291cd89d0ac73d7bfc886501d7939c7e788b700454c571deffcc5a93c0e4fee7d6bbce4ad3cc2b309a95da57bcc4551ee5b37111e2fbc0acb

diff --git a/dev-python/zeep/zeep-4.0.0.ebuild b/dev-python/zeep/zeep-4.0.0.ebuild
new file mode 100644
index 00000000000..5b9cebfc0b4
--- /dev/null
+++ b/dev-python/zeep/zeep-4.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
+HOMEPAGE="http://docs.python-zeep.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="async tornado"
+
+# TODO: remove six dependency when this is merged:
+# https://github.com/mvantellingen/python-zeep/pull/1250
+RDEPEND="
+	>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+	>=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
+	>=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
+	>=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+	>=dev-python/lxml-3.1.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/six-1.9.0[${PYTHON_USEDEP}]
+	dev-python/pytz[${PYTHON_USEDEP}]
+	async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
+	tornado? (
+		>=www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
+		<www-servers/tornado-5[${PYTHON_USEDEP}]
+	)
+	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


             reply	other threads:[~2021-08-15 21:38 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-15  2:23 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/ 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-11-04  8:23 Arthur Zamarin
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-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=1628994157.b92b7b925e14a42a3fcae4856a70c711d978cbb6.sbraz@gentoo \
    --to=sbraz@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