2025-01-28 17:21:28 by Taylor R Campbell | Files touched by this commit (1) |
Log message: x11/py-Tk: Fix TOOL_DEPENDS for python27 case. setuptools lives under devel/py-setuptools44 for python27, not under devel/py-setuptools. |
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 |
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message: *: revbump after fontconfig bl3 changes (libuuid removal) |