1 # Maintainer: Frederik Schwan <freswa at archlinux dot org>
6 pkgdesc='Bash style brace expansion for Python'
8 url='https://github.com/facelessuser/bracex'
10 makedepends=('python-build' 'python-hatchling' 'python-installer' 'python-wheel')
11 source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz")
12 b2sums=('c48b668c35d40337fe9096c8fbc67565ea74abf330a278e1fe070055fcf8835a60dc23fba40c0f1c0677d506c7d8f8ca5168f809b13ab0442868bc962faaf1d5')
16 python -m build --wheel --skip-dependency-check --no-isolation
21 python -m installer --destdir="${pkgdir}" dist/*.whl
22 install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE