X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f16ed1269b0bcda538c90bb4f327591c6b95eb61..c7d6e1faed6cfa8add0fcb975b5d5a864ed6c1d9:/packages/python/build.sh diff --git a/packages/python/build.sh b/packages/python/build.sh index b218b900..8276d9f4 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -1,13 +1,15 @@ TERMUX_PKG_HOMEPAGE=http://python.org/ -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 -# openssl for ensurepip -TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, liblzma, libsqlite, gdbm" +TERMUX_PKG_DESCRIPTION="Python 3 programming language intended to enable clear programs" +# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi. +# openssl for ensurepip. +# 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 _MAJOR_VERSION=3.5 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.1 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_BUILD_REVISION=3 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.