[arch-commits] Commit in python-ntlm-auth/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 18:27:52 UTC 2020
Date: Monday, November 9, 2020 @ 18:27:52
Author: foutrelis
Revision: 747984
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 747983, python-ntlm-auth/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: python-ntlm-auth/repos/community-staging-any/PKGBUILD (from rev 747983, python-ntlm-auth/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 18:27:52 UTC (rev 747984)
@@ -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=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
+}
More information about the arch-commits
mailing list