8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
18 hash = "sha256-tTmwHK/r0kBsAAl/lFJeoPjs0d2S93MfQ+rA7xbCzMk=";
22 substituteInPlace setup.py \
23 --replace "__version__ = '0.0.3'" "__version__ = '${version}'"
29 pythonImportsCheck = [ "pyric" ];
32 description = "Python Radio Interface Controller";
33 homepage = "https://github.com/wraith-wireless/PyRIC";
34 license = with licenses; [ gpl3Plus ];
35 maintainers = with maintainers; [ fab ];