16 lines
618 B
Bash
16 lines
618 B
Bash
# Template file for 'python3-saml2'
|
|
pkgname=python3-saml2
|
|
version=5.0.0
|
|
revision=2
|
|
wrksrc="pysaml2-${version}"
|
|
build_style=python3-module
|
|
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=deea75b252b5ead821f12ce01e9d88b0f6fbcde322c1595dcbb06f9660af0cc1
|