16 buildPythonPackage rec {
21 inherit pname version;
22 sha256 = "f54dedcf6fea90a3e75c30cb65e0ab1e832760121f393b8d68edd711dbaf7187";
25 # Remove overly restrictive version constraints
27 substituteInPlace setup.py --replace "attrs>=19.1.0,<20" "attrs"
38 propagatedBuildInputs = [
46 pythonImportsCheck = [ "clize" ];
49 description = "Command-line argument parsing for Python";
50 homepage = "https://github.com/epsy/clize";
51 license = licenses.mit;