commit:     2a3a25461149c44a87dadbb6e4890ac8a04aba94
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:25:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:25:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3a2546

dev-python/pywinrm: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pywinrm/Manifest                |  1 -
 dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest
index 5461a7b33b7a..2300c8b1a3cb 100644
--- a/dev-python/pywinrm/Manifest
+++ b/dev-python/pywinrm/Manifest
@@ -1,2 +1 @@
-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.2-r1.ebuild 
b/dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild
deleted file mode 100644
index b5ab98e4499c..000000000000
--- a/dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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? (
-               <dev-python/pykerberos-2.0.0[${PYTHON_USEDEP}]
-               dev-python/requests-credssp[${PYTHON_USEDEP}]
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to