37 lines
923 B
Text
37 lines
923 B
Text
|
# Contributor: Rosie K Languet <rkl@rosiesworkshop.net>
|
||
|
# Maintainer: Rosie K Languet <rkl@rosiesworkshop.net>
|
||
|
pkgname=py3-pyqt6-sip
|
||
|
pkgver=13.6.0
|
||
|
pkgrel=1
|
||
|
pkgdesc="The sip module support for PyQt6"
|
||
|
url="https://riverbankcomputing.com/software/sip"
|
||
|
arch="all"
|
||
|
license="custom:sip"
|
||
|
depends="python3"
|
||
|
makedepends="
|
||
|
py3-gpep517
|
||
|
py3-setuptools
|
||
|
py3-wheel
|
||
|
python3-dev
|
||
|
"
|
||
|
source="https://pypi.python.org/packages/source/P/PyQt6-sip/PyQt6_sip-$pkgver.tar.gz"
|
||
|
options="!check" # No tests
|
||
|
builddir="$srcdir/PyQt6_sip-$pkgver"
|
||
|
|
||
|
build() {
|
||
|
export CFLAGS="$CFLAGS -O2 -flto=auto"
|
||
|
export CXXFLAGS="$CXXFLAGS -O2 -flto=auto"
|
||
|
gpep517 build-wheel \
|
||
|
--wheel-dir .dist \
|
||
|
--output-fd 3 3>&1 >&2
|
||
|
}
|
||
|
|
||
|
package() {
|
||
|
python3 -m installer -d "$pkgdir" \
|
||
|
.dist/*.whl
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46 PyQt6_sip-13.6.0.tar.gz
|
||
|
"
|