X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f3da7d340bf5fc62b3ea0ad8c71a22c9b257e794..cfd457dace6da8ccb471bbfe6e95f2274ccdb14c:/packages/python2/build.sh diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 4d28a141..d8e20efd 100644 --- a/packages/python2/build.sh +++ b/packages/python2/build.sh @@ -1,15 +1,14 @@ 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="Python 2 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, libsqlite, gdbm, ncurses-ui-libs" +TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, libsqlite, gdbm, ncurses-ui-libs, libcrypt" TERMUX_PKG_HOSTBUILD=true _MAJOR_VERSION=2.7 -TERMUX_PKG_VERSION=${_MAJOR_VERSION}.11 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=${_MAJOR_VERSION}.12 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.