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: prlw1
Date: Sat Nov 23 13:34:20 UTC 2024
Modified Files:
pkgsrc/x11/py-Tk: Makefile
Log Message:
py-Tk: allow use of python3.13
A quick hello world script using tkinter and python3.13 works just fine
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 pkgsrc/x11/py-Tk/Makefile:1.78
--- pkgsrc/x11/py-Tk/Makefile:1.77 Mon Aug 19 15:01:59 2024
+++ pkgsrc/x11/py-Tk/Makefile Sat Nov 23 13:34:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2024/08/19 15:01:59 tnn Exp $
+# $NetBSD: Makefile,v 1.78 2024/11/23 13:34:20 prlw1 Exp $
PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= x11 python
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE= python-software-foundation
USE_GCC_RUNTIME= yes
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
PYDISTUTILSPKG= yes
PY_SETUP_SUBST+= BLPREFIX=${LOCALBASE}
@@ -20,7 +20,7 @@ PY_SETUP_SUBST+= TKRTPREFIX=${BUILDLINK_
PY_SETUP_SUBST+= X11BASE=${X11BASE}
PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
-PYTHON_VERSIONS_ACCEPTED= 312 311 310 27
+PYTHON_VERSIONS_INCOMPATIBLE= 39
CPPFLAGS+= -I${PREFIX}/include/python${PYVERSSUFFIX}/internal
Home |
Main Index |
Thread Index |
Old Index