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 53B9715808B for ; Fri, 15 Apr 2022 07:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E323E08AD; Fri, 15 Apr 2022 07:17:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7025BE08D3 for ; Fri, 15 Apr 2022 07:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C0E9341E33 for ; Fri, 15 Apr 2022 07:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 814743AA for ; Fri, 15 Apr 2022 07:16:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650006991.0efcd0c3765fdf6b831ceac3ff7fd918715abab7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pywinrm/Manifest dev-python/pywinrm/pywinrm-0.4.3.ebuild X-VCS-Directories: dev-python/pywinrm/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0efcd0c3765fdf6b831ceac3ff7fd918715abab7 X-VCS-Branch: master Date: Fri, 15 Apr 2022 07:16:57 +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: eda3eee9-9340-48f2-913d-63a47268c746 X-Archives-Hash: 2e7fdbc6e2ce9f3c9a004593b25362ec commit: 0efcd0c3765fdf6b831ceac3ff7fd918715abab7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 15 06:47:19 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 15 07:16:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efcd0c3 dev-python/pywinrm: add 0.4.3 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pywinrm/Manifest | 1 + dev-python/pywinrm/pywinrm-0.4.3.ebuild | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest index d59d8d398cdc..5461a7b33b7a 100644 --- a/dev-python/pywinrm/Manifest +++ b/dev-python/pywinrm/Manifest @@ -1 +1,2 @@ DIST pywinrm-0.4.2.tar.gz 37842 BLAKE2B cf9eb683b77f9a2cc2da9343ebcbbd27404024aea23784721fbea0bce4f8a2359c3647e81bb5fce7f9317bcd8d84cef2c5ec76b17d15153348e66897a6fe1319 SHA512 c5ff02606d6c887ef199cf814d931575728947bbbbff3c2ae7e52bed355408df06ea9351a4ae0b47a947a05ca3476054e501b3abcfca5a36643ef4cd6855a0e4 +DIST pywinrm-0.4.3.tar.gz 38356 BLAKE2B f998b9b56a60bf9d56b871e5fa8f59a4c0ec510b7a0a626b543b10e790596455797109eb2f929ff3224915ba8f6d1444843d735a67b9e2657fc6f705447dd056 SHA512 f6da28fc1c53a4c000539583ef5e6bdc108a2396f161a416cc151a8591478a6c7a577c5733374339fe3612a5a85046fb9cd44ca38f502aecd56b2723aae16943 diff --git a/dev-python/pywinrm/pywinrm-0.4.3.ebuild b/dev-python/pywinrm/pywinrm-0.4.3.ebuild new file mode 100644 index 000000000000..b5ab98e4499c --- /dev/null +++ b/dev-python/pywinrm/pywinrm-0.4.3.ebuild @@ -0,0 +1,36 @@ +# 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="Python client for the Windows Remote Management (WinRM) service" +HOMEPAGE="https://github.com/diyan/pywinrm/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~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? ( +