pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-Tk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 25 10:45:23 UTC 2024

Modified Files:
        pkgsrc/x11/py-Tk: Makefile

Log Message:
py-Tk: allow Python 2.7 again


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/py-Tk/Makefile

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

Modified files:

Index: pkgsrc/x11/py-Tk/Makefile
diff -u pkgsrc/x11/py-Tk/Makefile:1.78 pkgsrc/x11/py-Tk/Makefile:1.79
--- pkgsrc/x11/py-Tk/Makefile:1.78      Sat Nov 23 13:34:20 2024
+++ pkgsrc/x11/py-Tk/Makefile   Mon Nov 25 10:45:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2024/11/23 13:34:20 prlw1 Exp $
+# $NetBSD: Makefile,v 1.79 2024/11/25 10:45:23 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   9
@@ -20,6 +20,7 @@ PY_SETUP_SUBST+=      TKRTPREFIX=${BUILDLINK_
 PY_SETUP_SUBST+=       X11BASE=${X11BASE}
 PYSETUPINSTALLARGS+=   --install-lib ${PREFIX}/${PYLIB}/lib-dynload
 
+PYTHON_27_ACCEPTED=            yes
 PYTHON_VERSIONS_INCOMPATIBLE=  39
 
 CPPFLAGS+=     -I${PREFIX}/include/python${PYVERSSUFFIX}/internal



Home | Main Index | Thread Index | Old Index