summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pywinrm: do not prevent installation of testsMarek Szuba2021-06-132-15/+0
| | | | | | | Having discussed this with mgorny, if upstream installs these it is the right thing for us to do the same. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pywinrm: support python3_10Marek Szuba2021-06-121-1/+1
| | | | | | Builds, tests and installs fine, both with and without USE=kerberos. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pywinrm: initial importMarek Szuba2021-06-114-0/+58
| | | | | | | | | Builds, tests and installs fine for both 3.8 and 3.9 (3.10 support currently omitted due to dependencies), both with and without USE=kerberos - which also enables CredSSP support, for consistency with net-misc/rdesktop. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/pywinrm: Remove last-rited pkgMichał Górny2020-12-233-38/+0
| | | | | Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pywinrm: Remove redundant versionsMichał Górny2020-07-122-26/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pywinrm: python 3.7Rick Farina2020-04-032-0/+26
| | | | | | | added latest release as well Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pywinrm: Remove Py2David Seifert2019-12-281-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pywinrm: Initial commit.Tony Vroon2019-02-263-0/+38
This allows Ansible control of Windows hosts. Requested-By: Ararat Smutkochorn <ararat@linx.net> Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11