aboutsummaryrefslogtreecommitdiffstats
path: root/community/python3-tkinter
Commit message (Collapse)AuthorAgeFilesLines
* remove scadu as a maintainer from their packages, per requestƁukasz Jendrysik2018-01-121-1/+1
|
* community/python3-tkinter: improve splitting and fix upgradeNatanael Copa2017-11-211-4/+7
| | | | | move all the idlelib files to the idle package and include the tkinter files which no longer are provided by main python3 package.
* main/python3: fix cyclic dependency for tkinterNatanael Copa2017-10-274-0/+307
Add a separate apkbuild for tkinter to avoid the cyclic buildtime dependency: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3