# Description: Bash style brace expansion for Python
# URL: https://github.com/facelessuser/bracex
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-hatchling

name=python3-bracex
version=2.6
release=1
source=(https://pypi.org/packages/source/b/bracex/bracex-$version.tar.gz)

build() {
  cd bracex-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
