1 { lib, buildPythonPackage, fetchPypi, isPyPy
3 , pytest, pytest-cov, pytest-mock, freezegun, safety, pre-commit
4 , jinja2, binaryornot, click, jinja2-time, requests
11 buildPythonPackage rec {
12 pname = "cookiecutter";
16 # not sure why this is broken
20 inherit pname version;
21 hash = "sha256-2yH4Fp6k9P3CQI1IykSFk0neJkf75JSp1sPt/AVCwhw=";
36 propagatedBuildInputs = [
48 # requires network access for cloning git repos
55 homepage = "https://github.com/audreyr/cookiecutter";
56 description = "A command-line utility that creates projects from project templates";
57 mainProgram = "cookiecutter";
58 license = licenses.bsd3;
59 maintainers = with maintainers; [ kragniz ];