makedepends=(python-setuptools python-packaging)

description="A tool that makes it easy to create Python bindings for C and C++ libraries"
url="http://www.riverbankcomputing.co.uk/software/sip/intro"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=sip
_name=sip
version=6.9.1
release=2

source=(https://pypi.org/packages/source/s/${_name}/${_name}-$version.tar.gz)

prepare() {
  pip3 install pyproject_hooks setuptools_scm
}

build=pip3
