pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit-python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 15 12:47:59 UTC 2022

Modified Files:
        pkgsrc/www/unit-python: Makefile

Log Message:
unit-python: mark as not for python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/unit-python/Makefile

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

Modified files:

Index: pkgsrc/www/unit-python/Makefile
diff -u pkgsrc/www/unit-python/Makefile:1.4 pkgsrc/www/unit-python/Makefile:1.5
--- pkgsrc/www/unit-python/Makefile:1.4 Wed Feb 23 04:24:38 2022
+++ pkgsrc/www/unit-python/Makefile     Tue Nov 15 12:47:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/02/23 04:24:38 osa Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/15 12:47:59 wiz Exp $
 
 PKGNAME=       unit-${LANG}${PYVERSSUFFIX}-${UNIT_VERSION}
 COMMENT=       Python module for NGINX Unit
@@ -8,6 +8,9 @@ MODNAME=        ${LANG}
 
 MAINTAINER=    osa%NetBSD.org@localhost
 
+# https://github.com/nginx/unit/issues/710
+PYTHON_VERSIONS_INCOMPATIBLE=  311
+
 post-configure:
        ${RUN} cd ${WRKSRC} && ${SETENV} ${_CONFIGURE_SCRIPT_ENV}               \
                ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ${CONFIGURE_SCRIPT}       \



Home | Main Index | Thread Index | Old Index