9 buildPythonPackage rec {
10 pname = "phone-modem";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 pname = "phone_modem";
19 hash = "sha256-7NahK9l67MdT/dDVXsq+y0Z4cZxZ/WUW2kPpE4Wz6j0=";
23 substituteInPlace setup.py \
24 --replace "aioserial==1.3.0" "aioserial"
27 propagatedBuildInputs = [ aioserial ];
29 # Project has no tests
32 pythonImportsCheck = [ "phone_modem" ];
35 description = "Python module for receiving caller ID and call rejection";
36 homepage = "https://github.com/tkdrob/phone_modem";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];