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:           Thu May  4 17:49:58 UTC 2023

Modified Files:
        pkgsrc/devel/accerciser: Makefile

Log Message:
accerciser: not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/devel/accerciser/Makefile:1.49
--- pkgsrc/devel/accerciser/Makefile:1.48       Sun Jan 29 21:15:43 2023
+++ pkgsrc/devel/accerciser/Makefile    Thu May  4 17:49:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/01/29 21:15:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2023/05/04 17:49:57 adam Exp $
 
 DISTNAME=      accerciser-3.38.0
 PKGREVISION=   7
@@ -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 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/at-spi2-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index