summaryrefslogtreecommitdiff
path: root/dev-python/pywinrm/pywinrm-0.4.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pywinrm/pywinrm-0.4.3.ebuild')
-rw-r--r--dev-python/pywinrm/pywinrm-0.4.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/pywinrm/pywinrm-0.4.3.ebuild b/dev-python/pywinrm/pywinrm-0.4.3.ebuild
index 04f787fd175d..5f89a975b71e 100644
--- a/dev-python/pywinrm/pywinrm-0.4.3.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.3.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Python client for the Windows Remote Management (WinRM) service"
-HOMEPAGE="https://github.com/diyan/pywinrm/"
+HOMEPAGE="
+ https://github.com/diyan/pywinrm/
+ https://pypi.org/project/pywinrm/
+"
LICENSE="MIT"
SLOT="0"