···
6
+
, importlib-resources
7
-
, cryptography, defusedxml, pyopenssl, python-dateutil, pytz, requests, six
8
-
, mock, pyasn1, pymongo, pytest, responses, xmlschema, importlib-resources
26
+
format = "setuptools";
28
+
disabled = pythonOlder "3.6";
17
-
# No tests in PyPI tarball
owner = "IdentityPython";
22
-
sha256 = "0ickqask6bjipgi3pvxg92pjr6dk2rr3q9garap39mdrp2gsfhln";
34
+
sha256 = "sha256-3Yl6j6KAlw7QQYnwU7+naY6D97IqX766zguekKAuic8=";
37
+
propagatedBuildInputs = [
46
+
] ++ lib.optionals (pythonOlder "3.9") [
src = ./hardcode-xmlsec1-path.patch;
···
sed -i 's/2999\(-.*T\)/2029\1/g' tests/*.xml
37
-
propagatedBuildInputs = [
71
+
# Disabled tests try to access the network
72
+
"test_load_extern_incommon"
73
+
"test_load_remote_encoding"
74
+
"test_load_external"
49
-
checkInputs = [ mock pyasn1 pymongo pytest responses ];
51
-
# Disabled tests try to access the network
53
-
py.test -k "not test_load_extern_incommon \
54
-
and not test_load_remote_encoding \
55
-
and not test_load_external \
56
-
and not test_conf_syslog"
78
+
pythonImportsCheck = [
60
-
homepage = "https://github.com/rohe/pysaml2";
description = "Python implementation of SAML Version 2 Standard";
84
+
homepage = "https://github.com/IdentityPython/pysaml2";
license = licenses.asl20;
86
+
maintainers = with maintainers; [ ];