8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-cCvwOw64S47y2NrFy5JeHmhdzpj3exJVabxv0rO1gig=";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "aioserial" ];
30 description = "Python module for async serial communication";
31 homepage = "https://github.com/changyuheng/aioserial";
32 license = licenses.mpl20;
33 maintainers = with maintainers; [ fab ];