# -*- 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.1
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     310 311 312 313 314

checksums           rmd160  e982e23da0033d770c29aa01e4af7c080d1e48d4 \
                    sha256  4f2f1c2fa4e24e2a83606ccad13aa37b4d8ab8ad952c09ae6a0e0dd85a0bc5ec \
                    size    56775

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
}
