          MODULE=python
         VERSION=3.14.7
          SOURCE=Python-$VERSION.tgz
      SOURCE_URL=https://www.python.org/ftp/python/$VERSION/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Python-$VERSION
      SOURCE_VFY=sha256:62859805f6fdf25e2bcbf3fa3217801e1996887ca33e6a2af80674bdfa2dbe07
        WEB_SITE=http://www.python.org
         ENTERED=20121013
         UPDATED=20260810
        REPLACES=Python-3
           SHORT="Interpreted, interactive, object-oriented programming language"

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
