From 3ea39a774cf62d7476369f057b2057eda18d8f03 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 28 Feb 2016 01:49:55 -0500 Subject: [PATCH] python: Show that this is python 3 in description --- packages/python/build.sh | 2 +- packages/python2/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/build.sh b/packages/python/build.sh index edc72d62b..b51350d99 100644 --- a/packages/python/build.sh +++ b/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. diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 4d28a1411..5f9a1bf00 100644 --- a/packages/python2/build.sh +++ b/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.