mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			921 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			921 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Rosie K Languet <rkl@rosiesworkshop.net>
 | |
| # Maintainer: Rosie K Languet <rkl@rosiesworkshop.net>
 | |
| pkgname=py3-pyqt6-sip
 | |
| pkgver=13.4.1
 | |
| pkgrel=0
 | |
| 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="
 | |
| 267cdde9923e6f8522a7ecdbce4ee6c55f5733719b0326fd87ae91ec35c247176516b25a01a9addabe9391a6df10c67beab782fed8a83185a2cd5fdcd6fb4c50  PyQt6_sip-13.4.1.tar.gz
 | |
| "
 |