10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 hash = "sha256-0AjOKAEiwHi3AkzMGRvE/czTCfShXQAm8mDz98EESgs=";
25 # Deprecation of asyncio.Task.all_tasks(), https://github.com/valentinmk/asynccmd/pull/2
27 name = "deprecation-python-38.patch";
28 url = "https://github.com/valentinmk/asynccmd/commit/12afa60ac07db17e96755e266061f2c88cb545ff.patch";
29 hash = "sha256-zhdxEDWn78QTTXkj80VrZpLwfYxIBcBvxjgU+Uaa2lA=";
33 build-system = [ setuptools ];
38 pythonImportsCheck = [ "asynccmd" ];
41 description = "Asyncio implementation of Cmd Python library";
42 homepage = "https://github.com/valentinmk/asynccmd";
43 changelog = "https://github.com/valentinmk/asynccmd/releases/tag/${version}";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ fab ];