# -*- 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-astroplan
version             0.10.1
revision            0

maintainers         {aronnax @lpsinger} openmaintainer
categories-append   science
description         Observation planning package for astronomers
long_description    astroplan is an open source Python package to help \
                    astronomers plan observations. The goal of astroplan is \
                    to make a flexible toolbox for observation planning and \
                    scheduling. When complete, the goal is to be easy for \
                    Python beginners and new observers to to pick up, but \
                    powerful enough for observatories preparing nightly and \
                    long-term schedules.
platforms           {darwin any}
supported_archs     noarch
license             BSD

homepage            https://astroplan.readthedocs.io/
checksums           rmd160  8288071f9e17d2560a1fc45d2a50d764359c9b4d \
                    sha256  39d97c3377e1630abff3a94d8c956980f77a3e809e27a0376dd7d30abe3b6959 \
                    size    140603

python.versions     313

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools_scm

    depends_lib-append  port:py${python.version}-astropy \
                        port:py${python.version}-numpy \
                        port:py${python.version}-six \
                        port:py${python.version}-tz
}
