# Description: Installer for Python Build Standalone # URL: https://github.com/frostming/pbs-installer # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-pdm-backend name=python3-pbs-installer version=2025.8.28 release=1 source=(https://pypi.org/packages/source/p/pbs_installer/pbs_installer-$version.tar.gz) build() { cd pbs_installer-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }