# -*- 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.10.14 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 2bc0ea0dfeccc88354fc6717810749ce21bbac7d \ sha256 1e6d5ca8bd2260bd3b68d4d1f91dc6b609a63f8fa99791c5685c9207cbcccfbe \ size 63626 python.pep517_backend pdm if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-httpx \ port:py${python.version}-zstd }