pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-manticore



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  3 09:59:07 UTC 2023

Modified Files:
        pkgsrc/devel/py-manticore: Makefile

Log Message:
py-manticore: not for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-manticore/Makefile

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

Modified files:

Index: pkgsrc/devel/py-manticore/Makefile
diff -u pkgsrc/devel/py-manticore/Makefile:1.19 pkgsrc/devel/py-manticore/Makefile:1.20
--- pkgsrc/devel/py-manticore/Makefile:1.19     Thu May 11 09:53:06 2023
+++ pkgsrc/devel/py-manticore/Makefile  Fri Nov  3 09:59:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/05/11 09:53:06 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/11/03 09:59:07 wiz Exp $
 
 DISTNAME=      manticore-0.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,7 @@ DEPENDS+=     ${PYPKGPREFIX}-unicorn-[0-9]*:
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27 311 312
 
 post-install:
 .for bin in manticore manticore-verifier



Home | Main Index | Thread Index | Old Index