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 48FB515808C for ; Sat, 26 Mar 2022 22:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4494BE0869; Sat, 26 Mar 2022 22:31:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2D952E0869 for ; Sat, 26 Mar 2022 22:31:39 +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 671AD343409 for ; Sat, 26 Mar 2022 22:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A8A034A for ; Sat, 26 Mar 2022 22:31:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1648333880.ce7f94782307cd0690e897d53f931ee8c9dd258e.marecki@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.2.ebuild X-VCS-Directories: dev-python/pywinrm/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ce7f94782307cd0690e897d53f931ee8c9dd258e X-VCS-Branch: master Date: Sat, 26 Mar 2022 22:31:35 +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: b7ebce82-4a0e-4c06-ae36-a35355543a62 X-Archives-Hash: 3e60215a6f2158f82d8c83ddf981613e commit: ce7f94782307cd0690e897d53f931ee8c9dd258e Author: Marek Szuba gentoo org> AuthorDate: Sat Mar 26 21:54:47 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Mar 26 22:31:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7f9478 dev-python/pywinrm: drop 0.4.2 Signed-off-by: Marek Szuba gentoo.org> dev-python/pywinrm/pywinrm-0.4.2.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-python/pywinrm/pywinrm-0.4.2.ebuild b/dev-python/pywinrm/pywinrm-0.4.2.ebuild deleted file mode 100644 index d5323322e7ba..000000000000 --- a/dev-python/pywinrm/pywinrm-0.4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -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? ( -