SPELL=python3 case "$PYTHON3_BRANCH" in devel| \ stable| \ 3.9) VERSION=3.9.2 ;; 3.8) VERSION=3.8.6 ;; 3.7) VERSION=3.7.6 ;; 3.6) VERSION=3.6.10 ;; esac SECURITY_PATCH=8 SOURCE=Python-$VERSION.tar.xz SOURCE2=$SOURCE.asc SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION" SOURCE_URL[0]=https://www.python.org/ftp/python/$VERSION/$SOURCE SOURCE2_URL[0]=$SOURCE_URL.asc SOURCE_GPG=python.gpg:$SOURCE2:UPSTREAM_KEY SOURCE2_IGNORE=signature WEB_SITE=https://www.python.org/ ENTERED=20081203 LICENSE[0]=PYTHON KEYWORDS="devel" SHORT="interpreted, interactive, object-oriented language, version 3" cat << EOF Python is an interpreted, interactive, object-oriented programming language. It combines remarkable power with very clear syntax, and isn't difficult to learn. It has modules, classes, exceptions, very high level data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (Tk, Mac, MFC, GTK+, Qt, wxWindows). Newbuilt-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface. EOF .