12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-7Avg8HcN9q0EUOnkvuM0oIbwTUGAY2ksbX3SOVZtPOc=";
26 build-system = [ setuptools ];
37 pythonImportsCheck = [ "rich_click" ];
40 description = "Module to format click help output nicely with rich";
41 homepage = "https://github.com/ewels/rich-click";
42 changelog = "https://github.com/ewels/rich-click/blob/v${version}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];
45 mainProgram = "rich-click";