8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "1frn97xfa88zrfmpnvdk1pc03yihlchhph99bhjayvzlfcrhm5v3";
20 nativeCheckInputs = [ pytestCheckHook ];
23 # https://github.com/Iotic-Labs/py-ubjson/issues/18
27 pytestFlagsArray = [ "test/test.py" ];
29 pythonImportsCheck = [ "ubjson" ];
32 description = "Universal Binary JSON draft-12 serializer for Python";
33 homepage = "https://github.com/Iotic-Labs/py-ubjson";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];