That addresses the following issues:
- Add tkinter ("Tk interface") support. Tkinter is the standard Python
binding to the Tk GUI toolkit.
- Fix broken IDLE (the Python IDE) built with Tkinter.
Add two new subpkgs: python3.4-tkinter and idle-python3.4.
Remove --enable-unicode and --with-wctype-functions configure options.
Both have been removed from Python 3.x.
10 lines
169 B
Desktop File
10 lines
169 B
Desktop File
[Desktop Entry]
|
|
Name=IDLE 3 (using Python3.4)
|
|
Comment=IDE for Python3.4
|
|
Exec=idle3
|
|
Icon=idle3
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Development;
|
|
StartupNotify=true
|