8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "02sa0k0zgwv0y8k00pd1yh4x7k7xqhdikk2c0avpih1204lcw26h";
23 # Deprecation of asyncio.Task.all_tasks(), https://github.com/valentinmk/asynccmd/pull/2
25 name = "deprecation-python-38.patch";
26 url = "https://github.com/valentinmk/asynccmd/commit/12afa60ac07db17e96755e266061f2c88cb545ff.patch";
27 sha256 = "0l6sk93gj51qqrpw01a8iiyz14k6dd2z68vr9l9w9vx76l8725yf";
34 pythonImportsCheck = [ "asynccmd" ];
37 description = "Asyncio implementation of Cmd Python library";
38 homepage = "https://github.com/valentinmk/asynccmd";
39 license = with licenses; [ asl20 ];
40 maintainers = with maintainers; [ fab ];