13 buildPythonPackage rec {
17 disabled = pythonOlder "3.4";
20 inherit pname version;
21 hash = "sha256-6shwf9BoDfZMy0itP8esNP4ov6fw6LJpO3Y5ZahwDZw=";
24 propagatedBuildInputs = [
33 # Tests are not detected and so the checkPhase fails
36 pythonImportsCheck = [
41 description = "A linter that tracks reference to deprecated functions.";
42 homepage = "https://github.com/QuantStack/memestra";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ GaetanLepage ];