python: Ensure curses.panel module is built
This commit is contained in:
parent
c1cf6ad7ad
commit
f3da7d340b
@ -1,13 +1,15 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://python.org/
|
TERMUX_PKG_HOMEPAGE=http://python.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Programming language intended to enable clear programs on both a small and large scale"
|
TERMUX_PKG_DESCRIPTION="Programming language intended to enable clear programs on both a small and large scale"
|
||||||
# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi
|
# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi.
|
||||||
# openssl for ensurepip
|
# openssl for ensurepip.
|
||||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, liblzma, libsqlite, gdbm"
|
# libbz2 for the bz2 module.
|
||||||
|
# ncurses-ui-libs for the curses.panel module.
|
||||||
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, liblzma, libsqlite, gdbm, ncurses-ui-libs"
|
||||||
TERMUX_PKG_HOSTBUILD=true
|
TERMUX_PKG_HOSTBUILD=true
|
||||||
|
|
||||||
_MAJOR_VERSION=3.5
|
_MAJOR_VERSION=3.5
|
||||||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.1
|
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.1
|
||||||
TERMUX_PKG_BUILD_REVISION=1
|
TERMUX_PKG_BUILD_REVISION=2
|
||||||
TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
|
||||||
|
|
||||||
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.
|
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://python.org/
|
TERMUX_PKG_HOMEPAGE=http://python.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Programming language intended to enable clear programs on both a small and large scale"
|
TERMUX_PKG_DESCRIPTION="Programming language intended to enable clear programs on both a small and large scale"
|
||||||
# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi
|
# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi.
|
||||||
# openssl for ensurepip
|
# openssl for ensurepip.
|
||||||
# libbz2 for the bz2 python module
|
# libbz2 for the bz2 module.
|
||||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, libsqlite, gdbm"
|
# ncurses-ui-libs for the curses.panel module.
|
||||||
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, libsqlite, gdbm, ncurses-ui-libs"
|
||||||
TERMUX_PKG_HOSTBUILD=true
|
TERMUX_PKG_HOSTBUILD=true
|
||||||
|
|
||||||
_MAJOR_VERSION=2.7
|
_MAJOR_VERSION=2.7
|
||||||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.11
|
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.11
|
||||||
|
TERMUX_PKG_BUILD_REVISION=1
|
||||||
TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=http://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
|
||||||
|
|
||||||
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.
|
# The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python.
|
||||||
|
Loading…
Reference in New Issue
Block a user