🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: sip
pkgver: '6.16.1'
pkgrel: '1'
pkgdesc: A tool that makes it easy to create Python bindings for C and C++ libraries
url: 'https://www.riverbankcomputing.com/software/sip/intro'
arch: x86_64
license:
- SIP
depends: []
makedepends:
- python-setuptools
- python-setuptools-scm
- python-packaging
- python-build
- python-installer
- python-toml
- python-ply
source:
- 'https://pypi.python.org/packages/source/s/sip/sip-${pkgver}.tar.gz'
sha256sums:
- 0a739c9cd2929de4e0884456d8caf3cfb22c10534757c7797bd8dc6bd9ed69bc
build: |
cd sip-${pkgver}
python -m build --wheel --no-isolation
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE "${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE"
package: |
true