8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
15 owner = "hackercowboy";
16 repo = "python-${pname}";
18 sha256 = "10k61gfpnqljf3p3qxr97xq7j67a9cr4ivd9v72hdni0znrbx6ym";
22 substituteInPlace setup.py --replace "license=license" "license='MIT'"
30 "testSendRadioMsgClosesConnectionOnErrorAndRetriesIfReusingConnection"
31 "testSendRadioMsgReusesConnection"
34 pythonImportsCheck = [
40 description = "eQ-3/ELV MAX! Cube Python API";
41 homepage = "https://github.com/hackercowboy/python-maxcube-api";
42 license = licenses.mit;
43 maintainers = with maintainers; [ ];