9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-gKNentGzssQ84D2SxdSObQtmR+KqJhjkljRIkj14o3s=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [
31 description = "Implementation of JOSE Web standards";
32 homepage = "https://github.com/latchset/jwcrypto";
33 license = licenses.lgpl3Plus;
34 maintainers = with maintainers; [ costrouc ];