13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-J5ctOvGtmg/e2ls7fN59LR4AbHedC9gKk6f8jIDIoFI=";
29 propagatedBuildInputs = [
41 # specifically needed for darwin
42 export HOME=$(mktemp -d)
43 mkdir -p $HOME/.matplotlib
44 echo "backend: ps" > $HOME/.matplotlib/matplotlibrc
47 pythonImportsCheck = [
52 description = "A Lean Persistent Homology Library for Python";
53 homepage = "https://ripser.scikit-tda.org";
54 changelog = "https://github.com/scikit-tda/ripser.py/blob/${version}/CHANGELOG.md";
55 license = licenses.mit;
56 maintainers = with maintainers; [ ];