# -*- 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 PortGroup github 1.0 github.setup Unidata siphon 0.9 v name py-siphon revision 0 categories-append science supported_archs noarch platforms {darwin any} license BSD maintainers nomaintainer description download data from remote data services long_description Siphon is a collection of Python utilities for downloading data from \ remote data services. Much of Siphon’s current functionality focuses on access to \ data hosted on a THREDDS Data Server. homepage https://unidata.github.io/siphon/latest/ checksums rmd160 f1ec982a290cfc64e37bffeea1aa4865ab61c628 \ sha256 891e470484361492f0d070d72a9a4fb89131e803d51699104b9d17cf69884df2 \ size 4461265 python.versions 310 311 312 python.pep517 yes if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-protobuf3 \ port:py${python.version}-requests }