mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
frescobaldi: build with python 3.9
This commit is contained in:
@@ -4,12 +4,12 @@ Features include an integrated PDF preview and a powerful Score Wizard."
|
||||
HOMEPAGE="https://www.frescobaldi.org/"
|
||||
COPYRIGHT="2008-2020 by Wilbert Berendsen"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/frescobaldi/frescobaldi/releases/download/v$portVersion/frescobaldi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4d707b5b35392f84d904d1cc7ecc36992f8e85f6868fdc5a4983c78a0e850acf"
|
||||
PATCHES="frescobaldi-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="frescobaldi.rdef.in"
|
||||
PYTHON3_VERSION="3.8"
|
||||
PYTHON3_VERSION="3.9"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -20,20 +20,20 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
myspell
|
||||
pyqt5_python38
|
||||
python_ly_python38
|
||||
python_poppler_qt5_python38
|
||||
qpageview_python38
|
||||
pyqt5_python39
|
||||
python_ly_python39
|
||||
python_poppler_qt5_python39
|
||||
qpageview_python39
|
||||
cmd:python$PYTHON3_VERSION
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
pyqt5_python38
|
||||
python_ly_python38
|
||||
python_poppler_qt5_python38
|
||||
qpageview_python38
|
||||
setuptools_python38
|
||||
pyqt5_python39
|
||||
python_ly_python39
|
||||
python_poppler_qt5_python39
|
||||
qpageview_python39
|
||||
setuptools_python39
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python$PYTHON3_VERSION
|
||||
|
||||
Reference in New Issue
Block a user