Browse Source

python: Show that this is python 3 in description

android-5
Fredrik Fornwall 9 years ago
parent
commit
3ea39a774c
  1. 2
      packages/python/build.sh
  2. 2
      packages/python2/build.sh

2
packages/python/build.sh

@ -1,5 +1,5 @@
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 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.

2
packages/python2/build.sh

@ -1,5 +1,5 @@
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.

Loading…
Cancel
Save