You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
66 lines
2.0 KiB
Tcl
66 lines
2.0 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-sunpy
|
|
version 2.1.4
|
|
revision 0
|
|
categories python
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description SunPy is an open-source Python library for Solar Physics data \
|
|
analysis and visualization.
|
|
long_description {*}${description}
|
|
platforms darwin
|
|
homepage https://sunpy.org
|
|
|
|
python.versions 37 38 39
|
|
|
|
checksums rmd160 9d6b0177e2343ce029f96a9d7597ea671ab3eedf \
|
|
sha256 5fa70b038785f34fe44070eb153b74515771113b3c30d1cf343abf5c8e3fabce \
|
|
size 8356042
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-extension-helpers \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-astropy \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-parfive
|
|
|
|
livecheck.type none
|
|
|
|
variant asdf {
|
|
depends_lib-append \
|
|
port:py${python.version}-pyasdf
|
|
}
|
|
|
|
variant database {
|
|
depends_lib-append \
|
|
port:py${python.version}-sqlalchemy
|
|
}
|
|
|
|
variant image {
|
|
depends_lib-append \
|
|
port:py${python.version}-scikit-image \
|
|
port:py${python.version}-scipy
|
|
}
|
|
|
|
variant net {
|
|
depends_lib-append \
|
|
port:py${python.version}-beautifulsoup4 \
|
|
port:py${python.version}-dateutil \
|
|
port:py${python.version}-drms \
|
|
port:py${python.version}-pandas \
|
|
port:py${python.version}-tqdm \
|
|
port:py${python.version}-zeep
|
|
}
|
|
|
|
default_variants +database +image +net
|
|
|
|
livecheck.type none
|
|
}
|