11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "tiagocoutinho";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-9TRGT0wpoRRcHqnH1XzlMBh0IcVzdEcOzN7hkeYnoW4=";
25 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Library for concurrency agnostic serial communication";
39 homepage = "https://github.com/tiagocoutinho/serialio";
40 license = with licenses; [ gpl3Plus ];
41 maintainers = with maintainers; [ fab ];