Loading pkgs/development/python-modules/commandparse/default.nix +8 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder }: buildPythonPackage rec { pname = "commandparse"; version = "1.1.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; Loading @@ -14,7 +18,10 @@ buildPythonPackage rec { # tests only distributed upstream source, not PyPi doCheck = false; pythonImportsCheck = [ "commandparse" ]; pythonImportsCheck = [ "commandparse" ]; meta = with lib; { description = "Python module to parse command based CLI application"; Loading Loading
pkgs/development/python-modules/commandparse/default.nix +8 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder }: buildPythonPackage rec { pname = "commandparse"; version = "1.1.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; Loading @@ -14,7 +18,10 @@ buildPythonPackage rec { # tests only distributed upstream source, not PyPi doCheck = false; pythonImportsCheck = [ "commandparse" ]; pythonImportsCheck = [ "commandparse" ]; meta = with lib; { description = "Python module to parse command based CLI application"; Loading