11 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-FuQZ53ojrQO++0TN0C3hk0LXH+mcfRqtGq8VvfYDufg=";
24 nativeBuildInputs = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 propagatedBuildInputs = [ six ];
30 pythonImportsCheck = [ "mando" ];
33 description = "Create Python CLI apps with little to no effort at all";
34 homepage = "https://mando.readthedocs.org";
35 changelog = "https://github.com/rubik/mando/blob/v${version}/CHANGELOG";
36 license = licenses.mit;
37 maintainers = with maintainers; [ t4ccer ];