mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
sip: update to 4.16.8
This commit is contained in:
parent
32a193bae8
commit
659ce5414a
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sip'
|
# Template file for 'sip'
|
||||||
pkgname=sip
|
pkgname=sip
|
||||||
version=4.16.7
|
version=4.16.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="sip-${version}"
|
wrksrc="sip-${version}"
|
||||||
hostmakedepends="python-devel python3.4-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.riverbankcomputing.co.uk/software/sip/intro"
|
homepage="http://www.riverbankcomputing.co.uk/software/sip/intro"
|
||||||
license="GPL-2, GPL-3, SIP"
|
license="GPL-2, GPL-3, SIP"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/pyqt/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4caa8d52e4403bae5c4c64f44de03a2cfd0bb10b6d96c5fb771133516df9abbd
|
checksum=d3141b65e48a30c9ce36612f8bcd1730ebf02d044757e4d6c5234927e2063e18
|
||||||
|
|
||||||
_do_sip_build() {
|
_do_sip_build() {
|
||||||
local pyver=${1:-2.7} pysufx=
|
local pyver=${1:-2.7} pysufx=
|
||||||
|
@ -54,6 +54,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python-sip_package() {
|
python-sip_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="${sourcepkg}-${version}_${revision} python"
|
depends="${sourcepkg}-${version}_${revision} python"
|
||||||
pycompile_module="sipconfig.py"
|
pycompile_module="sipconfig.py"
|
||||||
short_desc="Python2 SIP bindings"
|
short_desc="Python2 SIP bindings"
|
||||||
|
@ -72,6 +73,7 @@ python-sip-devel_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-sip_package() {
|
python3.4-sip_package() {
|
||||||
|
lib32disabled=yes
|
||||||
depends="${sourcepkg}-${version}_${revision} python3.4"
|
depends="${sourcepkg}-${version}_${revision} python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="sipconfig.py"
|
pycompile_module="sipconfig.py"
|
||||||
|
|
Loading…
Add table
Reference in a new issue