From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 434B815939F for ; Tue, 9 Jul 2024 19:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62419E2A71; Tue, 9 Jul 2024 19:29:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4102EE2A71 for ; Tue, 9 Jul 2024 19:29:35 +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 8A6E5342F9C for ; Tue, 9 Jul 2024 19:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE3A1E13 for ; Tue, 9 Jul 2024 19:29:31 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1720553365.45c44b9e41e6e54e5cbd285dcc2ad9c3096fe920.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pywinrm/pywinrm-0.4.3-r1.ebuild X-VCS-Directories: dev-python/pywinrm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45c44b9e41e6e54e5cbd285dcc2ad9c3096fe920 X-VCS-Branch: master Date: Tue, 9 Jul 2024 19:29:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22ab1f63-fd37-430a-a07b-289462045b44 X-Archives-Hash: 9476d195c5d30a12da9bd2231a3bb2b6 commit: 45c44b9e41e6e54e5cbd285dcc2ad9c3096fe920 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 9 19:26:50 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 9 19:29:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c44b9e dev-python/pywinrm: Unbundle requests-kerberos Signed-off-by: Michał Górny gentoo.org> dev-python/pywinrm/pywinrm-0.4.3-r1.ebuild | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/dev-python/pywinrm/pywinrm-0.4.3-r1.ebuild b/dev-python/pywinrm/pywinrm-0.4.3-r1.ebuild new file mode 100644 index 000000000000..cd981c218634 --- /dev/null +++ b/dev-python/pywinrm/pywinrm-0.4.3-r1.ebuild @@ -0,0 +1,47 @@ +# 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="Python client for the Windows Remote Management (WinRM) service" +HOMEPAGE=" + https://github.com/diyan/pywinrm/ + https://pypi.org/project/pywinrm/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv" +IUSE="kerberos" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/requests-ntlm[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/xmltodict[${PYTHON_USEDEP}] + kerberos? ( +