You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
351 B
11 lines
351 B
5 years ago
|
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
|
||
|
"
|