Files
2021-01-25 19:16:39 -06:00

35 lines
1.2 KiB
Tcl

# -*- 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.6.1
revision 0
categories python
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.
platforms darwin
homepage https://sunpy.org
python.versions 37 38 39
checksums rmd160 c3f4f00d659aec93bcdd4dc9094babfcdc268e2f \
sha256 fc5a78ea4390959834e71fe460d700d02cab1dabb73aa79ae702cefaee8ec207 \
size 53285
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
livecheck.type none
}