[arch-commits] Commit in python-requests-gssapi (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 18:45:27 UTC 2022


    Date: Sunday, July 31, 2022 @ 18:45:27
  Author: arojas
Revision: 1259424

archrelease: copy trunk to community-any

Added:
  python-requests-gssapi/repos/
  python-requests-gssapi/repos/community-any/
  python-requests-gssapi/repos/community-any/PKGBUILD
    (from rev 1259422, python-requests-gssapi/trunk/PKGBUILD)

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

Copied: python-requests-gssapi/repos/community-any/PKGBUILD (from rev 1259422, python-requests-gssapi/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2022-07-31 18:45:27 UTC (rev 1259424)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+_pkgname=requests-gssapi
+pkgname=python-requests-gssapi
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="GSSAPI (HTTP Negotiate) authentication for Python-Requests"
+url="https://github.com/pythongssapi/requests-gssapi"
+arch=(any)
+license=(custom:ISC)
+depends=(python-gssapi python-requests)
+makedepends=(python-setuptools)
+source=(https://github.com/pythongssapi/requests-gssapi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0ce61f46476dfd36227d74c330a6e1287236fb5fdb7daa9a54aaa47f0093d815')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list