9 buildPythonPackage rec {
12 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-evPL9vF75S8ATkFwzQjh4pLI/aXGXWwoypCb24nXAN8=";
18 # Tests fail and there are none
20 pythonImportsCheck = [ "pylpsd" ];
22 propagatedBuildInputs = [
28 description = "Python implementation of the LPSD algorithm for computing power spectral density with logarithmically spaced points";
29 homepage = "https://github.com/bleykauf/py-lpsd";
30 license = licenses.mit;
31 maintainers = with maintainers; [ doronbehar ];