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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jan 17 17:58:48 UTC 2020


    Date: Friday, January 17, 2020 @ 17:58:47
  Author: svenstaro
Revision: 552884

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:58:41 UTC (rev 552883)
+++ PKGBUILD	2020-01-17 17:58:47 UTC (rev 552884)
@@ -1,25 +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>
-
-pkgname=python-ntlm-auth
-_module='ntlm-auth'
-pkgver=1.2.0
-pkgrel=5
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth"
-depends=('python' 'python-six')
-makedepends=(python-setuptools)
-license=(LGPL3)
-arch=(any)
-source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
-sha512sums=('4fa537c5a6a7f3493df2fdf49261f9588b7aac876f72b7a7ef5b8a7a1dd971d9426dacdc8bbf520cecdbe5b7adb916ddcad9e9cf4df725b69793299304601912')
-
-build() {
-    cd "${srcdir}/${_module}-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "${srcdir}/${_module}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 552883, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 17:58:47 UTC (rev 552884)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph W <c w e g e n e r at gmail dot com>
+
+pkgname=python-ntlm-auth
+_module='ntlm-auth'
+pkgver=1.2.0
+pkgrel=6
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth"
+depends=('python' 'python-six' 'python-cryptography')
+makedepends=(python-setuptools)
+license=(LGPL3)
+arch=(any)
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
+sha512sums=('4fa537c5a6a7f3493df2fdf49261f9588b7aac876f72b7a7ef5b8a7a1dd971d9426dacdc8bbf520cecdbe5b7adb916ddcad9e9cf4df725b69793299304601912')
+
+build() {
+    cd "${srcdir}/${_module}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${srcdir}/${_module}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list