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

python.versions     39 310 311 312 313

maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer

description         An installer for indygreg's python-build-standalone

long_description    The list of python versions are kept sync with the upstream automatically

homepage            https://github.com/frostming/pbs-installer

checksums           rmd160  c8e1d47fedd437a6cd85b88a7c8e028ad3d227e3 \
                    sha256  8e319b17662ae583e607d5fd46900cb2a7b31ee9ae0c695126c1b9b38e6a78a0 \
                    size    54998

python.pep517_backend pdm

if {${name} ne ${subport}} {
    depends_lib-append \
        port:py${python.version}-httpx \
        port:py${python.version}-zstd
}
