7 buildPythonPackage rec {
15 hash = "sha256-kcbaELW7by6eJTRYKfuCeMeK8Bn2/ECIetSbBgSDsdc=";
22 pythonImportsCheck = [ "docopt" ];
23 doCheck = false; # no tests in the package
26 description = "More-magic command line arguments parser. Now with more maintenance!";
27 homepage = "https://github.com/bazaar-projects/docopt-ng";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fgaz ];