./x11/py-Tk, Tkinter -- Python interface to Tcl/Tk

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.12.7nb9, Package name: py312-Tk-3.12.7nb9, Maintainer: pkgsrc-users

This package provides C binding to libtk and libtcl, necessary for
Tkinter to work. All other needed files (Tkinter.py and friends)
are part of standard Python installation.


Required to run:
[lang/tcl] [x11/tk] [lang/python37]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 19964.875 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-25 11:45:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-Tk: allow Python 2.7 again
   2024-11-23 14:34:20 by Patrick Welche | Files touched by this commit (1)
Log message:
py-Tk: allow use of python3.13
A quick hello world script using tkinter and python3.13 works just fine
   2024-08-19 17:01:59 by Tobias Nygren | Files touched by this commit (1)
Log message:
py-Tk: needs setuptools
   2024-08-18 12:25:34 by Tobias Nygren | Files touched by this commit (1)
Log message:
py-Tk: enable for Python 3.12

Basic sanity check seems to work:

import tkinter as tk
w = tk.Tk()
w.title("Hello")
w.mainloop()
   2024-08-16 00:04:26 by Thomas Klausner | Files touched by this commit (7)
Log message:
*: remove support for Python < 3.10

in a quest to fix pbulk
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-22 13:34:58 by Thomas Klausner | Files touched by this commit (7)
Log message:
py-Tk: disable for Python 3.12

tk will not be a default dependency of the batteries-included Python packages,
and srcdist.mk needs to be switched from distutils to some other method of
installing the modules separately. Until this is done, there is no py-Tk
for Python 3.12.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2