19 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-4Ie8fuk9CKdn/64TsCfN2No2dU16ICpBRWYerqqF0/0=";
37 propagatedBuildInputs = [
45 nativeCheckInputs = [ pytestCheckHook ];
47 doCheck = !stdenv.hostPlatform.isDarwin; # tests hang indefinitely
49 pythonImportsCheck = [ "nitime" ];
52 homepage = "https://nipy.org/nitime";
53 description = "Algorithms and containers for time-series analysis in time and spectral domains";
54 license = licenses.bsd3;
55 maintainers = [ maintainers.bcdarwin ];