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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08348138334 for ; Tue, 26 Feb 2019 08:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A460E08A8; Tue, 26 Feb 2019 08:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE040E08A8 for ; Tue, 26 Feb 2019 08:55:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 453E3335DAB for ; Tue, 26 Feb 2019 08:55:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A530E546 for ; Tue, 26 Feb 2019 08:55:37 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1551171322.d87df6f6fcb0edad849f059842ab0bfb0eefdb6b.chainsaw@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/metadata.xml dev-python/pywinrm/pywinrm-0.3.0.ebuild X-VCS-Directories: dev-python/pywinrm/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: d87df6f6fcb0edad849f059842ab0bfb0eefdb6b X-VCS-Branch: master Date: Tue, 26 Feb 2019 08:55:37 +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: f09dc2f4-38a4-4294-8b65-14674840a916 X-Archives-Hash: d8db3fa503364821dfa310d5e5dd6c43 commit: d87df6f6fcb0edad849f059842ab0bfb0eefdb6b Author: Tony Vroon gentoo org> AuthorDate: Tue Feb 26 08:55:22 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Feb 26 08:55:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87df6f6 dev-python/pywinrm: Initial commit. This allows Ansible control of Windows hosts. Requested-By: Ararat Smutkochorn linx.net> Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pywinrm/Manifest | 1 + dev-python/pywinrm/metadata.xml | 12 ++++++++++++ dev-python/pywinrm/pywinrm-0.3.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest new file mode 100644 index 00000000000..1e48e5e6d51 --- /dev/null +++ b/dev-python/pywinrm/Manifest @@ -0,0 +1 @@ +DIST pywinrm-0.3.0.tar.gz 25175 BLAKE2B bf020a2343dd317234d52600425930c9e8a798d07443f33279950d011c23ecffef97eb10042f4453ca8062d163c75c694d04b1e1f9facc3a6fe1da8d6840671d SHA512 4a6ec3e5cc4b9030275454d846fa4356f444481fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02 diff --git a/dev-python/pywinrm/metadata.xml b/dev-python/pywinrm/metadata.xml new file mode 100644 index 00000000000..4091bd7dda6 --- /dev/null +++ b/dev-python/pywinrm/metadata.xml @@ -0,0 +1,12 @@ + + + + + chainsaw@gentoo.org + Tony Vroon + + + + pywinrm + + diff --git a/dev-python/pywinrm/pywinrm-0.3.0.ebuild b/dev-python/pywinrm/pywinrm-0.3.0.ebuild new file mode 100644 index 00000000000..7fc926f49b0 --- /dev/null +++ b/dev-python/pywinrm/pywinrm-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Windows Remote Management through Python" +HOMEPAGE="https://pypi.org/project/pywinrm/" +SRC_URI="mirror://pypi/p/pywinrm/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/requests-credssp[${PYTHON_USEDEP}] + dev-python/requests-kerberos[${PYTHON_USEDEP}] + dev-python/requests-ntlm[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"