19 buildPythonPackage rec {
24 src = fetchFromGitHub {
28 hash = "sha256-Y833OWWBDYduyky0+MRbPoBtATTytak87hgh68QAgfw=";
31 build-system = [ setuptools ];
33 pythonRelaxDeps = [ "sqlalchemy" ];
45 # Tests require Internet access.
48 pythonImportsCheck = [ "obspy" ];
51 description = "Python framework for seismological observatories";
52 homepage = "https://www.obspy.org";
53 changelog = "https://github.com/obspy/obspy/releases/tag/${version}";
54 license = lib.licenses.lgpl3Only;
55 maintainers = [ lib.maintainers.ametrine ];