mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
pythonPackages.werkzeug: 0.15.2 -> 0.15.4
This commit is contained in:
parent
738b300066
commit
706646e347
@ -14,19 +14,12 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ itsdangerous ];
|
propagatedBuildInputs = [ itsdangerous ];
|
||||||
checkInputs = [ pytest requests hypothesis ];
|
checkInputs = [ pytest requests hypothesis ];
|
||||||
|
|
||||||
# Hi! New version of Werkzeug? Please double-check that this commit is
|
|
||||||
# inclucded, and then remove the following patch.
|
|
||||||
# https://github.com/pallets/werkzeug/commit/1cfdcf9824cb20e362979e8f7734012926492165
|
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace "tests/test_serving.py" --replace "'python'" "sys.executable"
|
|
||||||
'';
|
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest ${stdenv.lib.optionalString stdenv.isDarwin "-k 'not test_get_machine_id'"}
|
pytest ${stdenv.lib.optionalString stdenv.isDarwin "-k 'not test_get_machine_id'"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://werkzeug.pocoo.org/;
|
homepage = "https://palletsprojects.com/p/werkzeug/";
|
||||||
description = "A WSGI utility library for Python";
|
description = "A WSGI utility library for Python";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user