summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-tkinter/files/setup.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/py-tkinter: fix build with Python 3.12+Charlie Li8 days1-3/+4
| | | | | | | | | | Certain internal headers are included unconditionally starting with Python 3.12, but this should have been built with the appropriate preprocessor macros for internal headers set anyway. Also clean up some duplicate directory definitions while here. PR: 286298 Event: Kitchener-Waterloo Hackathon 202506
* x11-toolkits/py-tkinter: convert to USE_PYTHON=pep517Charlie Li2025-03-111-0/+24
Note USES=tk limited to 8.6; 9.0 support is not expected until Python 3.14 PR: 268283