mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 04:13:22 +00:00
python: add tk support
This commit is contained in:
10
packages/python/python-tkinter.subpackage.sh
Normal file
10
packages/python/python-tkinter.subpackage.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
TERMUX_SUBPKG_DESCRIPTION="Tkinter support for Python 3"
|
||||
TERMUX_SUBPKG_DEPENDS="tk"
|
||||
TERMUX_SUBPKG_INCLUDE="
|
||||
bin/idle*
|
||||
lib/python${_MAJOR_VERSION}/idlelib
|
||||
lib/python${_MAJOR_VERSION}/tkinter
|
||||
lib/python${_MAJOR_VERSION}/turtle.py
|
||||
lib/python${_MAJOR_VERSION}/turtledemo
|
||||
lib/python${_MAJOR_VERSION}/lib-dynload/_tkinter.cpython-${_MAJOR_VERSION/./}m.so
|
||||
"
|
||||
Reference in New Issue
Block a user