[arch-commits] Commit in python-requests-credssp/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:58:50 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:58:50
  Author: foutrelis
Revision: 753293

archrelease: copy trunk to community-staging-any

Added:
  python-requests-credssp/repos/community-staging-any/
  python-requests-credssp/repos/community-staging-any/PKGBUILD
    (from rev 753291, python-requests-credssp/trunk/PKGBUILD)

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

Copied: python-requests-credssp/repos/community-staging-any/PKGBUILD (from rev 753291, python-requests-credssp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 18:58:50 UTC (rev 753293)
@@ -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-requests-credssp
+_module='requests-credssp'
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp"
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz")
+sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
+
+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