pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/unit-python unit-python: mark as not for python 3.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a3434c82a26
branches:  trunk
changeset: 388259:4a3434c82a26
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 15 12:47:59 2022 +0000

description:
unit-python: mark as not for python 3.11

diffstat:

 www/unit-python/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 58105ca8bc09 -r 4a3434c82a26 www/unit-python/Makefile
--- a/www/unit-python/Makefile  Tue Nov 15 12:37:41 2022 +0000
+++ b/www/unit-python/Makefile  Tue Nov 15 12:47:59 2022 +0000
@@ -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 @@
 
 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