14 buildPythonPackage rec {
19 inherit pname version;
21 sha256 = "a0f2b0915beeb597762563fa0358aa1b4d6b09ffda49909c760b5cdf5bdc419e";
24 propagatedBuildInputs = [
35 # Tests require Internet access.
38 pythonImportsCheck = [ "obspy" ];
41 description = "Python framework for seismological observatories";
42 homepage = "https://www.obspy.org";
43 license = licenses.lgpl3;
44 maintainers = [ maintainers.ametrine ];