7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "1frn97xfa88zrfmpnvdk1pc03yihlchhph99bhjayvzlfcrhm5v3";
24 # https://github.com/Iotic-Labs/py-ubjson/issues/18
32 pythonImportsCheck = [
37 description = "Universal Binary JSON draft-12 serializer for Python";
38 homepage = "https://github.com/Iotic-Labs/py-ubjson";
39 license = with licenses; [ asl20 ];
40 maintainers = with maintainers; [ fab ];