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

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 21:12:34 UTC 2021


    Date: Tuesday, November 30, 2021 @ 21:12:34
  Author: felixonmars
Revision: 1058855

archrelease: copy trunk to community-staging-any

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

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

Copied: python-ntlm-auth/repos/community-staging-any/PKGBUILD (from rev 1058852, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-11-30 21:12:34 UTC (rev 1058855)
@@ -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=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
+}



More information about the arch-commits mailing list