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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:08:51 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:08:50
  Author: foutrelis
Revision: 752956

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 18:08:46 UTC (rev 752955)
+++ PKGBUILD	2020-11-12 18:08:50 UTC (rev 752956)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
-# Contributor: Guillaume Brogi <gui-gui at netcourrier.com>
-
-pkgname=python-pywinrm
-pkgver=0.4.1
-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=('0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7')
-
-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 752955, python-pywinrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 18:08:50 UTC (rev 752956)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
+# Contributor: Guillaume Brogi <gui-gui at netcourrier.com>
+
+pkgname=python-pywinrm
+pkgver=0.4.1
+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' '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=('0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7')
+
+package() {
+    cd 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