pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-uncompyle6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 15 08:44:46 UTC 2022

Modified Files:
        pkgsrc/lang/py-uncompyle6: Makefile

Log Message:
py-uncompyle6: does not support python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/py-uncompyle6/Makefile

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

Modified files:

Index: pkgsrc/lang/py-uncompyle6/Makefile
diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.30 pkgsrc/lang/py-uncompyle6/Makefile:1.31
--- pkgsrc/lang/py-uncompyle6/Makefile:1.30     Wed Jan  5 15:41:13 2022
+++ pkgsrc/lang/py-uncompyle6/Makefile  Tue Nov 15 08:44:46 2022
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-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