# -*- 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             2026.4.7
revision            0

categories-append   devel
platforms           {darwin any}
license             MIT
supported_archs     noarch

python.versions     310 311 312 313 314

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  5f72685c340a629669d188ef6fe599f318ff9618 \
                    sha256  0c0a7d44f125bac96de094b8208c76b891ee859c71accce1c0e9ec4d83828de8 \
                    size    71866

python.pep517_backend pdm

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