···
-
, cryptography, defusedxml, pyopenssl, python-dateutil, pytz, requests, six
-
, mock, pyasn1, pymongo, pytest, responses, xmlschema, importlib-resources
-
# No tests in PyPI tarball
owner = "IdentityPython";
-
sha256 = "0ickqask6bjipgi3pvxg92pjr6dk2rr3q9garap39mdrp2gsfhln";
src = ./hardcode-xmlsec1-path.patch;
···
sed -i 's/2999\(-.*T\)/2029\1/g' tests/*.xml
-
propagatedBuildInputs = [
-
checkInputs = [ mock pyasn1 pymongo pytest responses ];
-
# Disabled tests try to access the network
-
py.test -k "not test_load_extern_incommon \
-
and not test_load_remote_encoding \
-
and not test_load_external \
-
and not test_conf_syslog"
-
homepage = "https://github.com/rohe/pysaml2";
description = "Python implementation of SAML Version 2 Standard";
license = licenses.asl20;
···
+
disabled = pythonOlder "3.6";
owner = "IdentityPython";
+
sha256 = "sha256-3Yl6j6KAlw7QQYnwU7+naY6D97IqX766zguekKAuic8=";
+
propagatedBuildInputs = [
+
] ++ lib.optionals (pythonOlder "3.9") [
src = ./hardcode-xmlsec1-path.patch;
···
sed -i 's/2999\(-.*T\)/2029\1/g' tests/*.xml
+
# Disabled tests try to access the network
+
"test_load_extern_incommon"
+
"test_load_remote_encoding"
description = "Python implementation of SAML Version 2 Standard";
+
homepage = "https://github.com/IdentityPython/pysaml2";
license = licenses.asl20;
+
maintainers = with maintainers; [ ];