9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-FZYKNKkQExx/YBn5y/W0+0aMlenuwEctYTL7LAXMZGE=";
31 pythonImportsCheck = [
36 description = "Minimal, easy to use, declarative command line interface tool";
37 homepage = "https://github.com/Woile/decli";
38 changelog = "https://github.com/woile/decli/blob/v${version}/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ lovesegfault ];