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