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:           Sun Nov  5 11:49:51 UTC 2023

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

Log Message:
py-uncompyle6: no support for Python 3.12 yet


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/lang/py-uncompyle6/Makefile:1.33
--- pkgsrc/lang/py-uncompyle6/Makefile:1.32     Mon Jan 16 09:27:16 2023
+++ pkgsrc/lang/py-uncompyle6/Makefile  Sun Nov  5 11:49:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/01/16 09:27:16 adam Exp $
+# $NetBSD: Makefile,v 1.33 2023/11/05 11:49:51 wiz Exp $
 
 DISTNAME=      uncompyle6-3.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,9 +17,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-xdis
-# no support for python 3.11 yet
+# no support for python 3.11 or 3.12 yet
 # https://github.com/rocky/python-uncompyle6/issues/423
-PYTHON_VERSIONS_INCOMPATIBLE+= 311
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 312
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index