# 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.4.9
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 --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
