mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
pyqt5_sip: bump version
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2020 Riverbank Computing Limited"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/P/PyQt5-sip/PyQt5_sip-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d3e4489d7c2b0ece9d203ae66e573939f7f60d4d29e089c9f11daa17cfeaae32"
|
||||
CHECKSUM_SHA256="8fdc6e0148abd12d977a1d3828e7b79aae958e83c6cb5adae614916d888a6b10"
|
||||
SOURCE_DIR="PyQt5_sip-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -25,8 +25,8 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python38 python39)
|
||||
PYTHON_VERSIONS=(3.8 3.9)
|
||||
PYTHON_PACKAGES=(python39)
|
||||
PYTHON_VERSIONS=(3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -48,9 +48,6 @@ BUILD_PREREQUIRES+="
|
||||
"
|
||||
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
PROVIDES_python38+="
|
||||
pyqt5_sip_python38 = $portVersion
|
||||
"
|
||||
PROVIDES_python39+="
|
||||
pyqt5_sip_python39 = $portVersion
|
||||
"
|
||||
Reference in New Issue
Block a user