13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
21 inherit pname version;
22 hash = "sha256-dxqHdioMCBrmFmlYqVT4CEiCCyqwZpN9yLg3nWWxsDk=";
25 nativeBuildInputs = [ setuptools ];
27 propagatedBuildInputs = [
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "jwcrypto" ];
38 description = "Implementation of JOSE Web standards";
39 homepage = "https://github.com/latchset/jwcrypto";
40 changelog = "https://github.com/latchset/jwcrypto/releases/tag/v${version}";
41 license = licenses.lgpl3Plus;