diff --git a/www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset b/www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset deleted file mode 100644 index d84f12dca..000000000 --- a/www-client/qutebrowser/patches/qutebrowser-2.5.2.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From d671eceaf24687dbd528b5037043a9d8c822e8ca Mon Sep 17 00:00:00 2001 -From: Jerome Duval -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 - diff --git a/www-client/qutebrowser/qutebrowser-2.5.2.recipe b/www-client/qutebrowser/qutebrowser-2.5.4.recipe similarity index 92% rename from www-client/qutebrowser/qutebrowser-2.5.2.recipe rename to www-client/qutebrowser/qutebrowser-2.5.4.recipe index ad0d5ab03..9ccf8af4a 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.2.recipe +++ b/www-client/qutebrowser/qutebrowser-2.5.4.recipe @@ -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"