mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-saml2: update to 7.2.1.
This commit is contained in:
parent
9d615d890e
commit
e217136df5
1 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,12 @@
|
|||
# Template file for 'python3-saml2'
|
||||
pkgname=python3-saml2
|
||||
version=7.1.2
|
||||
version=7.2.1
|
||||
revision=1
|
||||
wrksrc="pysaml2-${version}"
|
||||
build_style=python3-module
|
||||
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-setuptools"
|
||||
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
|
||||
python3-requests python3-six python3-defusedxml python3-xmlschema"
|
||||
|
@ -15,12 +18,5 @@ 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=308934d5cd5f22a3ea7bd8d4fb5423ab0f5b0f08bf541e7c6b2cb0eb7302a3ab
|
||||
|
||||
do_check() {
|
||||
# Ignore tests that depend on unpackaged python dependency 'pymongo'
|
||||
PYTHONPATH=src python3 -m pytest \
|
||||
--ignore=tests/test_36_mdbcache.py \
|
||||
--ignore=tests/test_75_mongodb.py \
|
||||
--ignore=tests/test_76_metadata_in_mdb.py
|
||||
}
|
||||
checksum=c6f5e36c0df040ebeccc0acc0be65960a2f12aaba1d77bbdae29cc3c475b0cdc
|
||||
make_check_pre="env PYTHONPATH=src"
|
||||
|
|
Loading…
Add table
Reference in a new issue