7 buildPythonPackage rec {
8 pname = "asyncio-rlock";
12 pname = "asyncio_rlock";
14 sha256 = "7e29824331619873e10d5d99dcc46d7b8f196c4a11b203f4eeccc0c091039d43";
17 # no tests on PyPI, no tags on GitLab
20 pythonImportsCheck = [ "asyncio_rlock" ];
23 description = "Rlock like in threading module but for asyncio";
24 homepage = "https://gitlab.com/heckad/asyncio_rlock";
25 license = licenses.mit;
26 maintainers = with maintainers; [ dotlambda ];