From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1679689-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF93D15807B for <garchives@archives.gentoo.org>; Sun, 13 Oct 2024 14:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F7F0E089D; Sun, 13 Oct 2024 14:58:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A324E089D for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2024 14:58:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B368F343273 for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2024 14:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3001F45 for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2024 14:58:29 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1728831503.d9c45d0df11010cad126ac2b8679167c024350fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zeep/Manifest dev-python/zeep/zeep-4.3.0.ebuild X-VCS-Directories: dev-python/zeep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d9c45d0df11010cad126ac2b8679167c024350fb X-VCS-Branch: master Date: Sun, 13 Oct 2024 14:58:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84e53238-8ced-46c9-b4a3-ff7313c869f8 X-Archives-Hash: 9fb8ba5fafd1e9ef040813b53501d8df commit: d9c45d0df11010cad126ac2b8679167c024350fb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 14:34:27 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 14:58:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c45d0d dev-python/zeep: Bump to 4.3.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zeep/Manifest | 1 + dev-python/zeep/zeep-4.3.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest index c03ab549db08..a1008ccedbb7 100644 --- a/dev-python/zeep/Manifest +++ b/dev-python/zeep/Manifest @@ -1 +1,2 @@ DIST zeep-4.2.1.tar.gz 161072 BLAKE2B 01e3ec848bc4a98b301b7d091a0740f4a69057f3bb56e884a31b1d73ed51b0c62b4e0e148b2a59ebb6f01469aa949cb4079c0147dae7b3d8e7c8a2f66e5b31f8 SHA512 08de88c1e4cd1787137ea18f12bf343c5c9bb7b353ecd8781c58c7c1acf1b6ee8a0483b47d9a78eb24c79d8ecc347eb8595d460d9f75ca0428963f36a76dff5d +DIST zeep-4.3.0.tar.gz 166417 BLAKE2B 81c2b17b05fef0c543be0fd4fc454735d769587b1a7d8135f71ef94f7d325f5fa95fc0163bed4c6ed2e104fc26fb12b9bb153425c412d23437ccd299338b0784 SHA512 cd0b17f89ba31b075588d36813fc6af87d162688c6680ec67421e0e871b93201a6e830250a3ce93acdc95fa9c1ec59c75807fd8338d88f12ca2d8bd0e59b1924 diff --git a/dev-python/zeep/zeep-4.3.0.ebuild b/dev-python/zeep/zeep-4.3.0.ebuild new file mode 100644 index 000000000000..11d0bc3e5720 --- /dev/null +++ b/dev-python/zeep/zeep-4.3.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" +HOMEPAGE=" + https://docs.python-zeep.org/ + https://github.com/mvantellingen/python-zeep/ + https://pypi.org/project/zeep/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~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-2.7.0[${PYTHON_USEDEP}] + >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + async? ( >=dev-python/httpx-0.15.0[${PYTHON_USEDEP}] ) +" +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + >=dev-python/httpx-0.15.0[${PYTHON_USEDEP}] + dev-python/pretend[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-httpx[${PYTHON_USEDEP}] + dev-python/requests-mock[${PYTHON_USEDEP}] + dev-python/xmlsec[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest