11 buildPythonPackage rec {
12 pname = "itsdangerous";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-4AUMC32h7qU/+vFJwM+7XG4uK2nEvvIsgfputz5fYXM=";
23 build-system = [ flit-core ];
31 changelog = "https://github.com/pallets/itsdangerous/blob/${version}/CHANGES.rst";
32 description = "Safely pass data to untrusted environments and back";
33 homepage = "https://itsdangerous.palletsprojects.com";
34 license = licenses.bsd3;