mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
qutebrowser: switch to python 3.8
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-2020 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="126afbc9325ff45bc2886545d61f74ba321569bd39090513e9fc6536fa5b900e"
|
||||
PATCHES="qutebrowser-$portVersion.patchset"
|
||||
PYTHON_VERSION="3.7"
|
||||
PYTHON_VERSION="3.8"
|
||||
ADDITIONAL_FILES="qutebrowser.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
@@ -21,25 +21,25 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
attrs_python3
|
||||
jinja_python3
|
||||
pygments_python3
|
||||
pypeg2_python3
|
||||
pyqt_python3
|
||||
pyyaml_python3
|
||||
setuptools_python3
|
||||
attrs_python38
|
||||
jinja_python38
|
||||
pygments_python38
|
||||
pypeg2_python38
|
||||
pyqt5_python38
|
||||
pyyaml_python38
|
||||
setuptools_python38
|
||||
cmd:python$PYTHON_VERSION
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
attrs_python3
|
||||
jinja_python3
|
||||
pygments_python3
|
||||
pypeg2_python3
|
||||
pyyaml_python3
|
||||
setuptools_python3
|
||||
attrs_python38
|
||||
jinja_python38
|
||||
pygments_python38
|
||||
pypeg2_python38
|
||||
pyyaml_python38
|
||||
setuptools_python38
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user