13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 hash = "sha256-6shwf9BoDfZMy0itP8esNP4ov6fw6LJpO3Y5ZahwDZw=";
23 propagatedBuildInputs = [
32 # Tests are not detected and so the checkPhase fails
35 pythonImportsCheck = [ "memestra" ];
38 description = "Linter that tracks reference to deprecated functions";
39 homepage = "https://github.com/QuantStack/memestra";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ GaetanLepage ];