Date: Friday, December 3, 2021 @ 00:48:59
  Author: felixonmars
Revision: 1064081

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-03 00:48:52 UTC (rev 1064080)
+++ PKGBUILD    2021-12-03 00:48:59 UTC (rev 1064081)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Kevin Houdebert <[email protected]>
-# Contributor: Guillaume Brogi <[email protected]>
-
-pkgname=python-pywinrm
-pkgver=0.4.2
-pkgrel=2
-pkgdesc="Python library for Windows Remote Management"
-arch=(any)
-url="https://pypi.python.org/pypi/pywinrm";
-license=('MIT')
-depends=('python' 'python-requests' 'python-xmltodict' 'python-requests-ntlm')
-optdepends=('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=('c5ff02606d6c887ef199cf814d931575728947bbbbff3c2ae7e52bed355408df06ea9351a4ae0b47a947a05ca3476054e501b3abcfca5a36643ef4cd6855a0e4')
-
-package() {
-    cd pywinrm-${pkgver}
-    python setup.py install --root="${pkgdir}"/ --optimize=1
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-pywinrm/repos/community-staging-any/PKGBUILD (from rev 1064080, 
python-pywinrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-12-03 00:48:59 UTC (rev 1064081)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Kevin Houdebert <[email protected]>
+# Contributor: Guillaume Brogi <[email protected]>
+
+pkgname=python-pywinrm
+pkgver=0.4.2
+pkgrel=3
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm";
+license=('MIT')
+depends=('python' 'python-requests' 'python-xmltodict' 'python-requests-ntlm')
+optdepends=('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=('c5ff02606d6c887ef199cf814d931575728947bbbbff3c2ae7e52bed355408df06ea9351a4ae0b47a947a05ca3476054e501b3abcfca5a36643ef4cd6855a0e4')
+
+package() {
+    cd pywinrm-${pkgver}
+    python setup.py install --root="${pkgdir}"/ --optimize=1
+}
+
+# vim:set ts=4 sw=4 et:

Reply via email to