14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-BLDuJLAN6ieaD7vBPV6AwlpPqbAyb+LzEp9AfCHveSY=";
28 pythonRelaxDeps = [ "events" ];
30 build-system = [ setuptools ];
32 propagatedBuildInputs = [
40 pythonImportsCheck = [ "eve" ];
42 # Tests call a running mongodb instance
46 description = "Open source Python REST API framework designed for human beings";
47 homepage = "https://python-eve.org/";
48 changelog = "https://github.com/pyeve/eve/blob/v${version}/CHANGES.rst";
49 license = licenses.bsd3;