# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-drms version 0.9.0 revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description The drms module provides an easy-to-use interface for accessing HMI, \ AIA and MDI data with Python. long_description {*}${description} It uses the publicly accessible JSOC DRMS server \ by default, but can also be used with local NetDRMS sites. supported_archs noarch platforms {darwin any} homepage https://sunpy.org python.versions 39 310 311 312 313 checksums rmd160 329b8b8217469aaddf8899592cb601b5dad70c72 \ sha256 b4be944448db107b55dd0de3045d326906edd13fa7c31ef0d091ae96fcc7de5a \ size 64989 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-pandas }