pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/accerciser



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 20 12:49:53 UTC 2024

Modified Files:
        pkgsrc/devel/accerciser: Makefile

Log Message:
accerciser: mark as not for Python 3.9 due to ipython requirements


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/accerciser/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/accerciser/Makefile
diff -u pkgsrc/devel/accerciser/Makefile:1.56 pkgsrc/devel/accerciser/Makefile:1.57
--- pkgsrc/devel/accerciser/Makefile:1.56       Sun Apr  7 07:33:43 2024
+++ pkgsrc/devel/accerciser/Makefile    Sat Jul 20 12:49:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2024/04/07 07:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2024/07/20 12:49:53 adam Exp $
 
 DISTNAME=      accerciser-3.38.0
 PKGREVISION=   13
@@ -36,7 +36,7 @@ DEPENDS+=     ${PYPKGPREFIX}-ipython>=1.2.1:
 DEPENDS+=      ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib
 
 # dependencies to keep package's configure script happy:
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/at-spi2-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index