12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "python-trio";
23 hash = "sha256-ahzI7yILq1OpZ6IT0qt8vjzi6I6zAoTrULOl8CqRw4A=";
26 nativeBuildInputs = [ setuptools-scm ];
28 propagatedBuildInputs = [ anyio ];
37 "ignore::trio.TrioDeprecationWarning"
41 # AttributeError: 'Context' object has no attribute '_ctx_mgr'
42 "test_context_pushing"
45 pythonImportsCheck = [ "asyncclick" ];
48 description = "Python composable command line utility";
49 homepage = "https://github.com/python-trio/asyncclick";
50 changelog = "https://github.com/python-trio/asyncclick/blob/${version}/CHANGES.rst";
51 license = with licenses; [ bsd3 ];
52 maintainers = with maintainers; [ fab ];