* update python-pyspnego to 0.10.2-3

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:44 +01:00
parent c8985934a4
commit d3c46dd033
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,25 @@
pkgbase = python-pyspnego
pkgdesc = SPNEGO Authentication library
pkgver = 0.10.2
pkgrel = 3
url = https://github.com/jborean93/pyspnego
arch = any
license = MIT
checkdepends = cython
checkdepends = python-pytest
checkdepends = python-pytest-mock
checkdepends = python-gssapi
checkdepends = python-krb5
checkdepends = python-ruamel-yaml
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-cryptography
optdepends = python-gssapi: Kerberos support
optdepends = python-krb5: Kerberos support
optdepends = python-ruamel-yaml: YAML configuration
source = https://github.com/jborean93/pyspnego/archive/v0.10.2/python-pyspnego-0.10.2.tar.gz
sha256sums = eccd86a06050bd802b16c52a2c4e33649aabb23da8b3ccaa6b176894e444564b
pkgname = python-pyspnego

View File

@ -0,0 +1,4 @@
[python-pyspnego]
source = "git"
git = "https://github.com/jborean93/pyspnego.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
_pkg=pyspnego
pkgname=python-${_pkg}
pkgver=0.10.2
pkgrel=2
pkgrel=3
pkgdesc="SPNEGO Authentication library"
arch=(any)
url="https://github.com/jborean93/pyspnego"