chiark / gitweb /
python: Show that this is python 3 in description
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 28 Feb 2016 06:49:55 +0000 (01:49 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 28 Feb 2016 06:49:55 +0000 (01:49 -0500)
packages/python/build.sh
packages/python2/build.sh

index edc72d62b8dd2128f7394874cffa75ade3d5c80d..b51350d9997a03a8bd2368bdc3a460abf4131b24 100644 (file)
@@ -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.
index 4d28a141104d99b905b0d84e0ba719710343ba35..5f9a1bf00b6e5fb116545a38da2ea08c77f263d0 100644 (file)
@@ -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.