python3-sip-PyQt5: build with new sip
This commit is contained in:
parent
2787e6e181
commit
65924c6953
1 changed files with 8 additions and 3 deletions
|
@ -4,7 +4,7 @@ version=12.8.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="PyQt5_sip-$version"
|
wrksrc="PyQt5_sip-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools sip5"
|
hostmakedepends="python3-devel python3-setuptools sip"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
|
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -14,6 +14,11 @@ distfiles="${PYPI_SITE}/P/PyQt5_sip/PyQt5_sip-${version}.tar.gz"
|
||||||
checksum=30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd
|
checksum=30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
post_install() {
|
post_extract() {
|
||||||
vlicense /usr/share/licenses/sip5/LICENSE
|
# for do_check
|
||||||
|
mkdir -p PyQt5
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense /usr/share/licenses/sip/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue