# -*- 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.8.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 38 39 310 311 312 checksums rmd160 8f9b06afce78523242d0c4186b68790d2ffe0617 \ sha256 2e01eeee64e088bde7da555a3a1a697567d088cd021642beeb3e9e0642f198a6 \ size 57479 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-oldest-supported-numpy \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-pandas }