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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:44:17 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:44:16
  Author: felixonmars
Revision: 1062225

archrelease: copy trunk to community-staging-any

Added:
  python-ntlm-auth/repos/community-staging-any/PKGBUILD
    (from rev 1062224, 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	2021-12-02 18:44:11 UTC (rev 1062224)
+++ PKGBUILD	2021-12-02 18:44:16 UTC (rev 1062225)
@@ -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=4
-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 1062224, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:44:16 UTC (rev 1062225)
@@ -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=5
+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