mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-12 23:00:10 +02:00
pyqt: fix sip requires.
This commit is contained in:
@@ -5,7 +5,7 @@ simplicity of Python."
|
||||
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/"
|
||||
COPYRIGHT="2015-2017 Riverbank Computing Limited"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-$portVersion/PyQt5_gpl-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5fc009448ea78c8fd48eb7083a7b93734dbd61290a9a21dab674096a7762b4ca"
|
||||
SOURCE_DIR="PyQt5_gpl-$portVersion"
|
||||
@@ -60,7 +60,7 @@ PROVIDES_python="
|
||||
"
|
||||
REQUIRES_python="
|
||||
pyqt$secondaryArchSuffix == $portVersion base
|
||||
python_sip >= 4.19
|
||||
sip_python >= 4.19
|
||||
cmd:python2
|
||||
$REQUIRES
|
||||
"
|
||||
@@ -78,7 +78,7 @@ PROVIDES_python3="
|
||||
REQUIRES_python3="
|
||||
haiku${secondaryArchSuffix}
|
||||
pyqt$secondaryArchSuffix == $portVersion base
|
||||
python3_sip >= 4.19
|
||||
sip_python3 >= 4.19
|
||||
cmd:python$PYTHON3_VERSION
|
||||
$REQUIRES
|
||||
"
|
||||
@@ -89,9 +89,9 @@ REPLACES_python3="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
setuptools_python
|
||||
python_sip # >= 4.19
|
||||
sip_python # >= 4.19
|
||||
setuptools_python3
|
||||
python3_sip # >= 4.19
|
||||
sip_python3 # >= 4.19
|
||||
devel:libQt5Bluetooth$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Designer$secondaryArchSuffix >= 5.7
|
||||
|
||||
Reference in New Issue
Block a user