mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
qutebrowser: build with python 3.9
This commit is contained in:
@@ -5,11 +5,11 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl."
|
||||
HOMEPAGE="https://qutebrowser.org/"
|
||||
COPYRIGHT="2014-2022 Florian Bruhin (The Compiler)"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/qutebrowser/qutebrowser/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="66ad593ea2beb824e69aadac2e6f274877a258c8ad204f636d5f8de063157125"
|
||||
PATCHES="qutebrowser-$portVersion.patchset"
|
||||
PYTHON_VERSION="3.8"
|
||||
PYTHON_VERSION="3.9"
|
||||
ADDITIONAL_FILES="qutebrowser.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -21,22 +21,22 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
importlib_metadata_python38
|
||||
jinja_python38
|
||||
pyqt5_python38
|
||||
pyyaml_python38
|
||||
setuptools_python38
|
||||
importlib_metadata_python39
|
||||
jinja_python39
|
||||
pyqt5_python39
|
||||
pyyaml_python39
|
||||
setuptools_python39
|
||||
cmd:python$PYTHON_VERSION
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
importlib_metadata_python38
|
||||
jinja_python38
|
||||
pyqt5_python38
|
||||
pyyaml_python38
|
||||
setuptools_python38
|
||||
importlib_metadata_python39
|
||||
jinja_python39
|
||||
pyqt5_python39
|
||||
pyyaml_python39
|
||||
setuptools_python39
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user