7 buildPythonPackage rec {
9 version = "unstable-2022-06-10";
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "446559fec892a556876b17d17f182ae9647d5952";
16 hash = "sha256-WExmgh55sTH2w7wV3i96J1F1FN7L5rX3L/Ayvt2Kw/g=";
19 propagatedBuildInputs = [
23 pythonImportsCheck = [ "asyncserial" ];
26 description = "asyncio support for pyserial";
27 homepage = "https://github.com/m-labs/asyncserial";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ doronbehar ];