description='A tool that makes it easy to create Python bindings for C and C++ libraries'
url='https://www.riverbankcomputing.com/software/sip/intro'

license="SIP"

packager="spiky <spiky@nutyx.org>"
contributors=""

makedepends=(python-setuptools python-setuptools-scm python-packaging python-build python-installer python-toml python-ply)

name=sip
version=6.8.6

source=(https://pypi.python.org/packages/source/s/sip/sip-$version.tar.gz)

build() {
cd sip-$version

python -m build --wheel --no-isolation

python -m installer --destdir="$pkgdir" dist/*.whl

install -Dm644 LICENSE "$PKG/usr/share/licenses/$name/LICENSE"
}
