pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-uncompyle6 py-uncompyle6: does not support pyt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57ee60899ae6
branches: trunk
changeset: 388213:57ee60899ae6
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Nov 15 08:44:46 2022 +0000
description:
py-uncompyle6: does not support python 3.11
diffstat:
lang/py-uncompyle6/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 96c5b117935b -r 57ee60899ae6 lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile Tue Nov 15 08:17:29 2022 +0000
+++ b/lang/py-uncompyle6/Makefile Tue Nov 15 08:44:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/01/05 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/11/15 08:44:46 wiz Exp $
DISTNAME= uncompyle6-3.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,9 @@
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-xdis
+# no support for python 3.11 yet
+# https://github.com/rocky/python-uncompyle6/issues/423
+PYTHON_VERSIONS_INCOMPATIBLE+= 311
USE_PKG_RESOURCES= yes
Home |
Main Index |
Thread Index |
Old Index