Skip to content

Commit

Permalink
python3-saml2: update to 6.4.1.
Browse files Browse the repository at this point in the history
Fix tests (@ahesford).

Co-authored-by: Nathan Owens <ndowens@artixlinux.org>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>

Closes: #27050 [via git-merge-pr]
  • Loading branch information
ndowens authored and ahesford committed Dec 10, 2020
1 parent d012da6 commit e285453
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions srcpkgs/python3-saml2/template
@@ -1,15 +1,25 @@
# Template file for 'python3-saml2'
pkgname=python3-saml2
version=5.0.0
revision=2
version=6.4.1
revision=1
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"
depends="python3-cryptography python3-openssl python3-dateutil
python3-pytz python3-requests python3-six python3-defusedxml"
checkdepends="python3-pytest python3-mock xmlsec1-devel $depends"
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
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
checksum=341fe81e1fdff72e6082ba81645a9b75dab7482cf9b878f566d023311169f8c0

do_check() {
# Ignore tests that depend on packages not provided by Void
PYTHONPATH=src python3 -m pytest \
--ignore=tests/test_30_mdstore.py \
--ignore=tests/test_36_mdbcache.py \
--ignore=tests/test_75_mongodb.py \
--ignore=tests/test_76_metadata_in_mdb.py
}

0 comments on commit e285453

Please sign in to comment.