[arch-commits] Commit in python-ntlm-auth/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Oct 18 10:03:26 UTC 2017


    Date: Wednesday, October 18, 2017 @ 10:03:25
  Author: svenstaro
Revision: 263226

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/community-any/PKGBUILD
    (from rev 263225, python-ntlm-auth/trunk/PKGBUILD)
Deleted:
  python-ntlm-auth/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 10:03:19 UTC (rev 263225)
+++ PKGBUILD	2017-10-18 10:03:25 UTC (rev 263226)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Christoph W <c w e g e n e r at gmail dot com>
-
-pkgbase=('python-ntlm-auth')
-pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
-_module='ntlm-auth'
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth"
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('LGPL-3.0')
-arch=('any')
-source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
-sha512sums=('8c30172e7fd3b4f96ea0605002de3fa33626043f9571bc451e47374311c9533021346fd04a43be6b22d909a5beed92f74eb926a67da069b7f45bab9d3e2f8871')
-
-prepare() {
-    cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-    cd "${srcdir}/${_module}-${pkgver}"
-    python setup.py build
-
-    cd "${srcdir}/${_module}-${pkgver}-python2"
-    python2 setup.py build
-}
-
-package_python-ntlm-auth() {
-    depends+=('python' 'python-six')
-    cd "${srcdir}/${_module}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-ntlm-auth() {
-    depends+=('python2' 'python2-six' 'python2-ordereddict')
-    cd "${srcdir}/${_module}-${pkgver}-python2"
-    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 263225, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-18 10:03:25 UTC (rev 263226)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph W <c w e g e n e r at gmail dot com>
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth"
+makedepends=(python-setuptools python2-setuptools)
+license=(LGPL3)
+arch=(any)
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
+sha512sums=('e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489')
+
+prepare() {
+    cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+    cd "${srcdir}/${_module}-${pkgver}"
+    python setup.py build
+
+    cd "${srcdir}/${_module}-${pkgver}-python2"
+    python2 setup.py build
+}
+
+package_python-ntlm-auth() {
+    depends+=('python' 'python-six')
+    cd "${srcdir}/${_module}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+    depends+=('python2' 'python2-six' 'python2-ordereddict')
+    cd "${srcdir}/${_module}-${pkgver}-python2"
+    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list