# -*- 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-pyvo
version             1.6.1
revision            0

supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         {mps @Schamschula} openmaintainer

description         Astropy affiliated package for accessing Virtual Observatory data and services
long_description    {*}${description}

homepage            https://github.com/astropy/pyvo

checksums           rmd160  19ea339e898ff9536bdade803e1a65bf0198211f \
                    sha256  f896717ca9825ad06d34558d8f13c444e249b8c2d2a475507a4635eccdd2cd41 \
                    size    1021588

python.versions     39 310 311 312

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}-requests
}
