mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pyspnego-0.10.2
This commit is contained in:
parent
980fbefdee
commit
ce4172c411
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pyspnego/template
Normal file
18
srcpkgs/python3-pyspnego/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-pyspnego'
|
||||||
|
pkgname=python3-pyspnego
|
||||||
|
version=0.10.2
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-wheel"
|
||||||
|
depends="python3 python3-cryptography"
|
||||||
|
checkdepends="python3-pytest python3-pytest-mock python3-requests $depends"
|
||||||
|
short_desc="Creates NTLM authentication structures"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/jborean93/pyspnego/"
|
||||||
|
distfiles="https://github.com/jborean93/pyspnego/archive/v${version}.tar.gz"
|
||||||
|
checksum=eccd86a06050bd802b16c52a2c4e33649aabb23da8b3ccaa6b176894e444564b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue