10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-s82PPF2MdzglfxAYiARE97fZtmIyxkZJ9WLXuoatS8E=";
21 nativeBuildInputs = [ setuptools-scm ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "ujson" ];
28 description = "Ultra fast JSON encoder and decoder";
29 homepage = "https://github.com/ultrajson/ultrajson";
30 license = licenses.bsd3;