pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/qutebrowser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 10:55:48 UTC 2025

Modified Files:
        pkgsrc/www/qutebrowser: Makefile PLIST

Log Message:
qutebrowser: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/qutebrowser/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/qutebrowser/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/qutebrowser/Makefile
diff -u pkgsrc/www/qutebrowser/Makefile:1.34 pkgsrc/www/qutebrowser/Makefile:1.35
--- pkgsrc/www/qutebrowser/Makefile:1.34        Thu Apr 24 14:16:06 2025
+++ pkgsrc/www/qutebrowser/Makefile     Fri Apr 25 10:55:48 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2025/04/24 14:16:06 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/25 10:55:48 wiz Exp $
 
 DISTNAME=      qutebrowser-1.13.1
-PKGREVISION=   28
+PKGREVISION=   29
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qutebrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@ COMMENT=      Keyboard-driven, vim-like brows
 LICENSE=       gnu-gpl-v3
 
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-cssutils-[0-9]*:../../textproc/py-cssutils
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2

Index: pkgsrc/www/qutebrowser/PLIST
diff -u pkgsrc/www/qutebrowser/PLIST:1.4 pkgsrc/www/qutebrowser/PLIST:1.5
--- pkgsrc/www/qutebrowser/PLIST:1.4    Wed Nov 13 14:13:59 2024
+++ pkgsrc/www/qutebrowser/PLIST        Fri Apr 25 10:55:48 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2024/11/13 14:13:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/25 10:55:48 wiz Exp $
 bin/qutebrowser
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/qutebrowser/__init__.py



Home | Main Index | Thread Index | Old Index