[arch-commits] Commit in python-pywinrm/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:32:23 UTC 2019


    Date: Monday, November 4, 2019 @ 08:32:22
  Author: felixonmars
Revision: 523765

archrelease: copy trunk to community-staging-any

Added:
  python-pywinrm/repos/community-staging-any/
  python-pywinrm/repos/community-staging-any/PKGBUILD
    (from rev 523764, python-pywinrm/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: python-pywinrm/repos/community-staging-any/PKGBUILD (from rev 523764, python-pywinrm/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 08:32:22 UTC (rev 523765)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
+# Contributor: Guillaume Brogi <gui-gui at netcourrier.com>
+
+pkgname=python-pywinrm
+pkgver=0.3.0
+pkgrel=4
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm"
+license=('MIT')
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+            'python-requests-kerberos: for kerberos authentication'
+            'python-requests-credssp: for CredSSP authenication')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz")
+sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f444481fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
+
+package() {
+    cd ${srcdir}/pywinrm-${pkgver}
+    python setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list