pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/qemu
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 6 11:25:28 UTC 2026
Modified Files:
pkgsrc/emulators/qemu: options.mk
Log Message:
qemu: disallow Python 3.11 (for py-sphinx)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/qemu/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.26 pkgsrc/emulators/qemu/options.mk:1.27
--- pkgsrc/emulators/qemu/options.mk:1.26 Wed Jul 2 02:49:40 2025
+++ pkgsrc/emulators/qemu/options.mk Tue Jan 6 11:25:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.26 2025/07/02 02:49:40 markd Exp $
+# $NetBSD: options.mk,v 1.27 2026/01/06 11:25:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
PKG_SUPPORTED_OPTIONS= debug debug-info doc gtk3 iscsi jack sdl spice
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-debug
.if !empty(PKG_OPTIONS:Mdoc)
PLIST.doc= yes
CONFIGURE_ARGS+= --enable-docs
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme>=1.2.0:../../textproc/py-sphinx-rtd-theme
.else
Home |
Main Index |
Thread Index |
Old Index