Commit graph

4 commits

Author SHA1 Message Date
Juan RP f95b4a99f3 python-tkinter: fix x86 build. 2014-08-26 12:28:52 +02:00
Juan RP 6070bce9c7 python-tkinter: add missing symlink to fix the build. 2014-08-26 12:18:10 +02:00
Juan RP 0a0c3de1d4 python: split python-tkinter and idle-python into its own sourcepkg.
The reason is that there's cyclic dependency that must be avoided:
	python -> tk -> libX11 -> libxcb -> xcb-proto -> python

Be careful when adding cyclic dependencies; xbps-src -N is your friend.
2014-08-26 12:11:33 +02:00
Alessio Sergi dd465c41b3 python: enable tk support
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: python-tkinter and idle-python.
2014-08-17 14:39:19 +02:00