# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup SeismicData pyasdf 682a820f90 name py-asdf-devel conflicts py-asdf version 0.0.1a-4-${github.version} categories-append science platforms darwin supported_archs noarch license LGPL-3 maintainers petr openmaintainer description pyasdf is a Python API to read and write seismological \ ASDF files \ (development snapshot) long_description \ pyasdf is an API to read and write Adaptable Seismic Data Format (ASDF) \ files, a format based on HDF5. The packages utilizes the data structures \ of ObsPy to allow the construction of modern and efficient workflows. \ homepage http://seismicdata.github.io/pyasdf/ checksums rmd160 73d5505681ba773bc2846a489c258736e61f0f5f \ sha256 3721dac4e6045b30d00544648e319886922599c0438d5d4655a956ffd65f4951 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-obspy \ port:py${python.version}-h5py \ port:py${python.version}-numpy \ port:py${python.version}-colorama \ port:py${python.version}-prov \ port:py${python.version}-pytest \ port:py${python.version}-flake8 \ livecheck.type none }