10 buildPythonPackage rec {
13 format = "setuptools";
15 enableParallelBuilding = true;
18 inherit pname version;
19 hash = "sha256-oezcRD1AddWmDYDxueE0EwK0+UN/EZ5GQxwkdCz4xoY=";
22 nativeBuildInputs = [ cython ];
29 pythonImportsCheck = [
35 description = "Python bindings for MbientLab's Warble library";
36 homepage = "https://github.com/mbientlab/pywarble";
37 license = with licenses; [ unfree ];
38 maintainers = with maintainers; [ stepbrobd ];