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

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 8 13:00:28 UTC 2018


    Date: Sunday, July 8, 2018 @ 13:00:27
  Author: foutrelis
Revision: 354868

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pywinrm/repos/community-staging-any/PKGBUILD (from rev 354867, python-pywinrm/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-08 13:00:27 UTC (rev 354868)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
+# Contributor: Guillaume Brogi <gui-gui at netcourrier.com>
+
+pkgbase=python-pywinrm
+pkgname=('python2-pywinrm' 'python-pywinrm')
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz")
+sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f444481fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
+
+package_python2-pywinrm() {
+    depends=('python2' 'python2-requests' 'python2-xmltodict')
+    optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
+                'python2-requests-kerberos: for kerberos authentication'
+                'python2-requests-credssp: for CredSSP authenication')
+    cd ${srcdir}/pywinrm-${pkgver}
+    python2 setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+package_python-pywinrm() {
+    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')
+    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