11 buildPythonPackage rec {
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
19 owner = "python-trio";
21 rev = "refs/tags/${version}";
22 hash = "sha256-gx7s/HikvjsXalc0Z73JWMKc1SlhR+kohwk2sW4o19I=";
29 propagatedBuildInputs = [
39 "-W" "ignore::trio.TrioDeprecationWarning"
43 # AttributeError: 'Context' object has no attribute '_ctx_mgr'
44 "test_context_pushing"
47 pythonImportsCheck = [
52 description = "Python composable command line utility";
53 homepage = "https://github.com/python-trio/asyncclick";
54 changelog = "https://github.com/python-trio/asyncclick/blob/${version}/CHANGES.rst";
55 license = with licenses; [ bsd3 ];
56 maintainers = with maintainers; [ fab ];