13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "devitocodes";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-fcIq/zuKO3W7K9N2E4f2Q6ZVcssZwN/n8o9cCOYmr3E=";
28 substituteInPlace setup.py \
29 --replace ', "flake8"' ""
38 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 homepage = "https://github.com/devitocodes/pyrevolve";
57 changelog = "https://github.com/devitocodes/pyrevolve/releases/tag/v${version}";
58 description = "Python library to manage checkpointing for adjoints";
59 license = licenses.epl10;
60 maintainers = with maintainers; [ atila ];