python-PyQt5: update to 5.5.1
This commit is contained in:
parent
43c07d8385
commit
345ee766b0
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-PyQt5'
|
# Template file for 'python-PyQt5'
|
||||||
pkgname=python-PyQt5
|
pkgname=python-PyQt5
|
||||||
version=5.5
|
version=5.5.1
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="PyQt-gpl-${version}"
|
wrksrc="PyQt-gpl-${version}"
|
||||||
|
@ -14,13 +14,13 @@ makedepends="
|
||||||
depends="python-sip"
|
depends="python-sip"
|
||||||
pycompile_module="PyQt5"
|
pycompile_module="PyQt5"
|
||||||
short_desc="Python2 bindings for the Qt5 toolkit"
|
short_desc="Python2 bindings for the Qt5 toolkit"
|
||||||
_short_desc="${short_desc/Python2/Python3.4}"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
homepage="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pyqt/PyQt-gpl-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/pyqt/PyQt-gpl-${version}.tar.gz"
|
||||||
checksum=cdd1bb55b431acdb50e9210af135428a13fb32d7b1ab86e972ac7101f6acd814
|
checksum=0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386
|
||||||
|
|
||||||
|
_short_desc="${short_desc/Python2/Python3.4}"
|
||||||
_pysitedir="usr/lib/python2.7/site-packages"
|
_pysitedir="usr/lib/python2.7/site-packages"
|
||||||
_py34sitedir="usr/lib/python3.4/site-packages"
|
_py34sitedir="usr/lib/python3.4/site-packages"
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ python-PyQt5-devel-tools_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python-PyQt5-devel_package() {
|
python-PyQt5-devel_package() {
|
||||||
depends="python-sip-devel>=4.16.6 python3.4-sip-devel>=4.16.6
|
depends="python-sip-devel python3.4-sip-devel
|
||||||
python-PyQt5-${version}_${revision} python3.4-PyQt5-${version}_${revision}"
|
python-PyQt5-${version}_${revision} python3.4-PyQt5-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue