6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-8s3lUDSnXIGcYwx2VahExhLyWYxCwhKZFgRl32rUY60=";
15 pythonImportsCheck = [ "decli" ];
18 description = "Minimal, easy to use, declarative command line interface tool";
19 homepage = "https://github.com/Woile/decli";
20 license = licenses.mit;
21 maintainers = with maintainers; [ lovesegfault ];