mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-saml2: update to 7.1.1.
This commit is contained in:
parent
14f0d175bc
commit
58d28cb607
1 changed files with 7 additions and 8 deletions
|
@ -1,26 +1,25 @@
|
||||||
# Template file for 'python3-saml2'
|
# Template file for 'python3-saml2'
|
||||||
pkgname=python3-saml2
|
pkgname=python3-saml2
|
||||||
version=7.1.0
|
version=7.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pysaml2-${version}"
|
wrksrc="pysaml2-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-cryptography python3-openssl python3-dateutil
|
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
|
||||||
python3-pytz python3-requests python3-six python3-defusedxml
|
python3-requests python3-six python3-defusedxml python3-xmlschema"
|
||||||
python3-xmlschema"
|
checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
|
||||||
checkdepends="python3-pytest python3-mock xmlsec1-devel $depends"
|
$depends"
|
||||||
short_desc="Python3 implementation of SAML Version 2 Standard"
|
short_desc="Python3 implementation of SAML Version 2 Standard"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/IdentityPython/pysaml2"
|
homepage="https://github.com/IdentityPython/pysaml2"
|
||||||
changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
|
||||||
checksum=2c5224cd52525d92000c0a5a2f732718fa9935de98c1c42e6dbea322aeffdd6d
|
checksum=ef271ad65d82dcb18f20b380003600f74e0b4c938596002befd79d63e09d87ec
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Ignore tests that depend on packages not provided by Void
|
# Ignore tests that depend on unpackaged python dependency 'pymongo'
|
||||||
PYTHONPATH=src python3 -m pytest \
|
PYTHONPATH=src python3 -m pytest \
|
||||||
--ignore=tests/test_30_mdstore.py \
|
|
||||||
--ignore=tests/test_36_mdbcache.py \
|
--ignore=tests/test_36_mdbcache.py \
|
||||||
--ignore=tests/test_75_mongodb.py \
|
--ignore=tests/test_75_mongodb.py \
|
||||||
--ignore=tests/test_76_metadata_in_mdb.py
|
--ignore=tests/test_76_metadata_in_mdb.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue