22 lines
976 B
Bash
22 lines
976 B
Bash
# Template file for 'python3-saml2'
|
|
pkgname=python3-saml2
|
|
version=7.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
# require unpackaged pymongo
|
|
make_check_args="--ignore=tests/test_36_mdbcache.py \
|
|
--ignore=tests/test_75_mongodb.py \
|
|
--ignore=tests/test_76_metadata_in_mdb.py"
|
|
hostmakedepends="python3-poetry-core unzip"
|
|
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
|
|
python3-requests python3-six python3-defusedxml python3-xmlschema"
|
|
checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
|
|
$depends"
|
|
short_desc="Python3 implementation of SAML Version 2 Standard"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/IdentityPython/pysaml2"
|
|
changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
|
|
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
|
|
checksum=2b93b50b768711e5ffc96c0b5630c1e50b3160335e267ed902d3a535385e9418
|