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

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

makedepends=(python-toml python-ply)
run=()
set=()

name=sip
version=6.7.5

source=(https://files.pythonhosted.org/packages/fd/9b/8e727256983e5b1d975f8dfce6f477b5ab6bada14a00b07fa3db51fcd6fe/sip-6.7.5.tar.gz)

build() {
cd sip-$version
python setup.py build
python setup.py install --skip-build --root="$PKG" --optimize=1

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