7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
17 hash = "sha256-tTmwHK/r0kBsAAl/lFJeoPjs0d2S93MfQ+rA7xbCzMk=";
21 substituteInPlace setup.py \
22 --replace "__version__ = '0.0.3'" "__version__ = '${version}'"
28 pythonImportsCheck = [
33 description = "Python Radio Interface Controller";
34 homepage = "https://github.com/wraith-wireless/PyRIC";
35 license = with licenses; [ gpl3Plus ];
36 maintainers = with maintainers; [ fab ];