Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/
Date: Mon, 16 May 2022 13:28:01
Message-Id: 1652707506.2a3a25461149c44a87dadbb6e4890ac8a04aba94.mgorny@gentoo
1 commit: 2a3a25461149c44a87dadbb6e4890ac8a04aba94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:25:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:25:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3a2546
7
8 dev-python/pywinrm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pywinrm/Manifest | 1 -
13 dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild | 36 ------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest
17 index 5461a7b33b7a..2300c8b1a3cb 100644
18 --- a/dev-python/pywinrm/Manifest
19 +++ b/dev-python/pywinrm/Manifest
20 @@ -1,2 +1 @@
21 -DIST pywinrm-0.4.2.tar.gz 37842 BLAKE2B cf9eb683b77f9a2cc2da9343ebcbbd27404024aea23784721fbea0bce4f8a2359c3647e81bb5fce7f9317bcd8d84cef2c5ec76b17d15153348e66897a6fe1319 SHA512 c5ff02606d6c887ef199cf814d931575728947bbbbff3c2ae7e52bed355408df06ea9351a4ae0b47a947a05ca3476054e501b3abcfca5a36643ef4cd6855a0e4
22 DIST pywinrm-0.4.3.tar.gz 38356 BLAKE2B f998b9b56a60bf9d56b871e5fa8f59a4c0ec510b7a0a626b543b10e790596455797109eb2f929ff3224915ba8f6d1444843d735a67b9e2657fc6f705447dd056 SHA512 f6da28fc1c53a4c000539583ef5e6bdc108a2396f161a416cc151a8591478a6c7a577c5733374339fe3612a5a85046fb9cd44ca38f502aecd56b2723aae16943
23
24 diff --git a/dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild b/dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild
25 deleted file mode 100644
26 index b5ab98e4499c..000000000000
27 --- a/dev-python/pywinrm/pywinrm-0.4.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python client for the Windows Remote Management (WinRM) service"
41 -HOMEPAGE="https://github.com/diyan/pywinrm/"
42 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~riscv"
47 -IUSE="kerberos"
48 -
49 -RDEPEND="
50 - dev-python/requests[${PYTHON_USEDEP}]
51 - dev-python/requests-ntlm[${PYTHON_USEDEP}]
52 - dev-python/six[${PYTHON_USEDEP}]
53 - dev-python/xmltodict[${PYTHON_USEDEP}]
54 - kerberos? (
55 - <dev-python/pykerberos-2.0.0[${PYTHON_USEDEP}]
56 - dev-python/requests-credssp[${PYTHON_USEDEP}]
57 - )
58 -"
59 -BDEPEND="
60 - test? (
61 - dev-python/mock[${PYTHON_USEDEP}]
62 - )
63 -"
64 -
65 -distutils_enable_tests pytest