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:           Fri Feb  4 12:43:33 UTC 2022

Modified Files:
        pkgsrc/devel/accerciser: Makefile

Log Message:
accerciser: not for Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 pkgsrc/devel/accerciser/Makefile:1.44
--- pkgsrc/devel/accerciser/Makefile:1.43       Wed Dec  8 16:03:52 2021
+++ pkgsrc/devel/accerciser/Makefile    Fri Feb  4 12:43:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/12/08 16:03:52 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/02/04 12:43:33 adam Exp $
 
 DISTNAME=      accerciser-3.38.0
 PKGREVISION=   3
@@ -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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/at-spi2-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index