sip: update to 4.16.8
This commit is contained in:
parent
32a193bae8
commit
659ce5414a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=4.16.7
|
||||
version=4.16.8
|
||||
revision=1
|
||||
wrksrc="sip-${version}"
|
||||
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"
|
||||
license="GPL-2, GPL-3, SIP"
|
||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${pkgname}-${version}.tar.gz"
|
||||
checksum=4caa8d52e4403bae5c4c64f44de03a2cfd0bb10b6d96c5fb771133516df9abbd
|
||||
checksum=d3141b65e48a30c9ce36612f8bcd1730ebf02d044757e4d6c5234927e2063e18
|
||||
|
||||
_do_sip_build() {
|
||||
local pyver=${1:-2.7} pysufx=
|
||||
|
@ -54,6 +54,7 @@ do_install() {
|
|||
}
|
||||
|
||||
python-sip_package() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}-${version}_${revision} python"
|
||||
pycompile_module="sipconfig.py"
|
||||
short_desc="Python2 SIP bindings"
|
||||
|
@ -72,6 +73,7 @@ python-sip-devel_package() {
|
|||
}
|
||||
}
|
||||
python3.4-sip_package() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}-${version}_${revision} python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="sipconfig.py"
|
||||
|
|
Loading…
Reference in New Issue