17 buildPythonPackage rec {
18 pname = "pyserial-asyncio-fast";
22 src = fetchFromGitHub {
24 repo = "pyserial-asyncio-fast";
26 hash = "sha256-B1CLk7ggI7l+DaMDlnMjl2tfh+evvaf1nxzBpmqMBZk=";
34 propagatedBuildInputs = [
38 pythonImportsCheck = [
48 description = "Fast asyncio extension package for pyserial that implements eager writes";
49 homepage = "https://github.com/bdraco/pyserial-asyncio-fast";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ hexa ];