# -*- 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-tropycal version 1.2.1 revision 0 categories-append science license MIT maintainers {mps @Schamschula} openmaintainer description Tropycal is a Python package intended to simplify the process of \ retrieving and analyzing tropical cyclone data, both for past \ storms and in real time, and is geared towards the research and \ operational meteorology sectors. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://github.com/tropycal/tropycal checksums rmd160 8ca9559caf0e0a916337e2f4ab502a4efae70f80 \ sha256 957450a5218a1f4ed9930d3e076ad4dc51212514742726797e91f2d16444481a \ size 10075803 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-cartopy \ port:py${python.version}-matplotlib \ port:py${python.version}-networkx \ port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-pyshp \ port:py${python.version}-requests \ port:py${python.version}-scipy \ port:py${python.version}-xarray }