13 buildPythonPackage rec {
16 format = "setuptools";
21 hash = "sha256-NobIzu+7+NI7M4NRQKjrhye3v6YGMeGnbDRB39b3Dy8=";
24 disabled = pythonOlder "3.7";
26 propagatedBuildInputs = [
36 substituteInPlace setup.py \
37 --replace "events>=0.3,<0.4" "events>=0.3"
40 pythonImportsCheck = [
44 # tests call a running mongodb instance
48 homepage = "https://python-eve.org/";
49 description = "Open source Python REST API framework designed for human beings";
50 changelog = "https://github.com/pyeve/eve/blob/v${version}/CHANGES.rst";
51 license = licenses.bsd3;