8 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 pname = "phone_modem";
17 sha256 = "sha256-7NahK9l67MdT/dDVXsq+y0Z4cZxZ/WUW2kPpE4Wz6j0=";
21 substituteInPlace setup.py \
22 --replace "aioserial==1.3.0" "aioserial"
25 propagatedBuildInputs = [
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 ];