18 lines
656 B
Bash
18 lines
656 B
Bash
# Template file for 'python3-saml2'
|
|
pkgname=python3-saml2
|
|
version=4.7.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pysaml2-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="saml2"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
|
|
python3-requests python3-six python3-defusedxml"
|
|
short_desc="Python3 implementation of SAML Version 2 Standard"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/IdentityPython/pysaml2"
|
|
distfiles="${PYPI_SITE}/p/pysaml2/pysaml2-${version}.tar.gz"
|
|
checksum=b4efc61bd882a6afac18d333cb9ebf2ff4c80f99cf92ceaffd7d060e0b691613
|