1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
7 pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
8 url='https://www.riverbankcomputing.com/software/sip/intro'
9 license=('custom:"sip"')
10 depends=(python-toml python-packaging python-setuptools python-ply)
11 makedepends=(python-build python-installer python-wheel)
12 source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
13 sha256sums=('35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17')
17 python -m build --wheel --no-isolation
22 python -m installer --destdir="$pkgdir" dist/*.whl