7 buildPythonPackage rec {
8 pname = "commandparse";
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 sha256 = "sha256-S9e90BtS6qMjFtYUmgC0w4IKQP8q1iR2tGqq5l2+n6o=";
19 # tests only distributed upstream source, not PyPi
22 pythonImportsCheck = [
27 description = "Python module to parse command based CLI application";
28 homepage = "https://github.com/flgy/commandparse";
29 license = with licenses; [ mit ];
30 maintainers = [ maintainers.fab ];