python3Packages.cookiecutter: 2.3.0 -> 2.5.0
This commit is contained in:
parent
5c5b48ec23
commit
2bff26f70a
@ -1,6 +1,7 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, isPyPy
|
||||
, setuptools
|
||||
, pytest, pytest-cov, pytest-mock, freezegun, safety, pre-commit
|
||||
, jinja2, future, binaryornot, click, jinja2-time, requests
|
||||
, jinja2, binaryornot, click, jinja2-time, requests
|
||||
, python-slugify
|
||||
, pyyaml
|
||||
, arrow
|
||||
@ -9,17 +10,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cookiecutter";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
version = "2.5.0";
|
||||
pyproject = true;
|
||||
|
||||
# not sure why this is broken
|
||||
disabled = isPyPy;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-lCp5SYF0f21/Q51uSdOdyRqaZBKDYUFgyTxHTHLCliE=";
|
||||
hash = "sha256-5h6QNHSOP0G4vSwR8A0DB4S0hxHE1cQjY8UJiaZTMew=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user