10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "tiagocoutinho";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-fPM7Ya69t0jpZhKM2MTk6BwjvoW3a8SV3k000LB9Ypo=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Library for concurrency agnostic communication";
38 homepage = "https://github.com/tiagocoutinho/connio";
39 license = with licenses; [ gpl3Plus ];
40 maintainers = with maintainers; [ fab ];