mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
qutebrowser, bump version (#8612)
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From d671eceaf24687dbd528b5037043a9d8c822e8ca Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Sun, 21 Nov 2021 19:07:13 +0100
|
||||
Subject: setuptools can't find importlib_resources correctly...
|
||||
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 4c4bd32..1b90b26 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -73,7 +73,7 @@ try:
|
||||
zip_safe=True,
|
||||
install_requires=['jinja2', 'PyYAML',
|
||||
'dataclasses; python_version < "3.7"',
|
||||
- 'importlib_resources>=1.1.0; python_version < "3.9"'],
|
||||
+ 'importlib_resources>=1.1.0; python_version < "3.8"'],
|
||||
python_requires='>=3.6',
|
||||
name='qutebrowser',
|
||||
version=_get_constant('version'),
|
||||
--
|
||||
2.37.3
|
||||
|
||||
@@ -3,12 +3,11 @@ DESCRIPTION="QuteBrowser is a keyboard-focused browser with a minimal GUI. \
|
||||
It’s based on Python and PyQt5 and free software, licensed under the GPL. \
|
||||
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl."
|
||||
HOMEPAGE="https://qutebrowser.org/"
|
||||
COPYRIGHT="2014-2022 Florian Bruhin (The Compiler)"
|
||||
COPYRIGHT="2014-2023 Florian Bruhin (The Compiler)"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/qutebrowser/qutebrowser/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="66ad593ea2beb824e69aadac2e6f274877a258c8ad204f636d5f8de063157125"
|
||||
PATCHES="qutebrowser-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="e24344e25ad66ed94b9f9c280523124d8966c490b1480acb8f6af483ecb46b75"
|
||||
PYTHON_VERSION="3.9"
|
||||
ADDITIONAL_FILES="qutebrowser.rdef.in"
|
||||
|
||||
Reference in New Issue
Block a user