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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 13:23:03 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:23:03
  Author: felixonmars
Revision: 751802

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:22:51 UTC (rev 751801)
+++ PKGBUILD	2020-11-12 13:23:03 UTC (rev 751802)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.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.5.0
-pkgrel=2
-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=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
-sha512sums=('cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b')
-
-build() {
-    cd "${_module}-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "${_module}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-staging-any/PKGBUILD (from rev 751801, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:23:03 UTC (rev 751802)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.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.5.0
+pkgrel=3
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
+sha512sums=('cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b')
+
+build() {
+    cd "${_module}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${_module}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list