# -*- 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-xyzservices
version             2025.4.0
revision            0
categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Source of XYZ tiles provider
long_description    {*}${description}

homepage            https://github.com/geopandas/xyzservices

checksums           rmd160  79b4f111ea171dd6acfd20c12421096e3078d915 \
                    sha256  6fe764713648fac53450fbc61a3c366cb6ae5335a1b2ae0c3796b495de3709d8 \
                    size    1134722

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