# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
set _conflicts obspy-devel
set _n [string index ${_name} 0]
conflicts py-${_conflicts}
categories-append science
maintainers {petr @petrrr} openmaintainer
description Python framework for processing seismological data
ObsPy is an open-source project dedicated to provide a Python framework \
for processing seismological data. It provides support for file formats \
and signal processing routines which allow the manipulation, analysis \
and visualization of seismological time series. The goal of the ObsPy \
project is to facilitate rapid application development for seismology.
homepage http://www.obspy.org/
distname ${_name}-${version}
master_sites pypi:${_n}/${_name}/
checksums md5 2336f8f4879dbb4b1056ef5727edbf41 \
rmd160 cfc1c65b2bd956990baea2316d8221da82efbecd \
sha256 ef48b4e52a8166c35c46775b523899ffaa00658018822103e1ad9f5008050d61
python.versions 27 35 36 37
if {${name} ne ${subport}} {
conflicts py${python.version}-${_conflicts}
# py-scipy is not universal
depends_build-append port:py${python.version}-setuptools \
port:py${python.version}-numpy
depends_lib-append port:py${python.version}-decorator \
port:py${python.version}-future \
port:py${python.version}-lxml \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-scipy \
port:py${python.version}-requests \
port:py${python.version}-sqlalchemy
# soft dependencies added for simplicity
depends_lib-append port:py${python.version}-gdal \
port:py${python.version}-geographiclib \