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

python.versions     310 311 312 313 314

maintainers         {stromnov @stromnov} openmaintainer

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

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

checksums           rmd160  268adb7a53ea14477cf9c11c4fc2ebd7fe38209d \
                    sha256  2fc72b49502b25023fd71e8f532fb4beddbbf0aa124d90ea25dba44f545e17ce \
                    size    1135703

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