sip: update to 4.16.6
This commit is contained in:
parent
fd4959b7cd
commit
ee73e9b305
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=4.16.5
|
||||
version=4.16.6
|
||||
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=a00ba34c30bedc0f61916eb10bd12867b4754910a766647e3e58f88bd00f1e87
|
||||
checksum=8c7db2baf52935ee7d8573c98d6ede0d90e4308b8b9e7739e59acf1650714552
|
||||
|
||||
_do_sip_build() {
|
||||
local pyver=${1:-2.7} pysufx=
|
||||
|
@ -54,7 +54,7 @@ do_install() {
|
|||
}
|
||||
|
||||
python-sip_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} python"
|
||||
depends="${sourcepkg}-${version}_${revision} python"
|
||||
pycompile_module="sipconfig.py"
|
||||
short_desc+=" - Python2 SIP bindings"
|
||||
pkg_install() {
|
||||
|
@ -63,7 +63,7 @@ python-sip_package() {
|
|||
}
|
||||
}
|
||||
python-sip-devel_package() {
|
||||
depends="python-sip>=${version}_${revision}"
|
||||
depends="python-sip-${version}_${revision}"
|
||||
pycompile_module="sipdistutils.py"
|
||||
short_desc+=" - Python2 SIP bindings (development files)"
|
||||
pkg_install() {
|
||||
|
@ -72,7 +72,7 @@ python-sip-devel_package() {
|
|||
}
|
||||
}
|
||||
python3.4-sip_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} python3.4"
|
||||
depends="${sourcepkg}-${version}_${revision} python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="sipconfig.py"
|
||||
short_desc+=" - Python3.4 SIP bindings"
|
||||
|
@ -82,7 +82,7 @@ python3.4-sip_package() {
|
|||
}
|
||||
}
|
||||
python3.4-sip-devel_package() {
|
||||
depends="python3.4-sip>=${version}_${revision}"
|
||||
depends="python3.4-sip-${version}_${revision}"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="sipdistutils.py"
|
||||
short_desc+=" - Python3.4 SIP bindings (development files)"
|
||||
|
|
Loading…
Reference in New Issue