summaryrefslogtreecommitdiffstats
path: root/devel/python3/DETAILS
blob: be02097d9b42dfcf61b7aa26113f6480a6f636eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=python3
         VERSION=3.2.3
  SECURITY_PATCH=1
      PATCHLEVEL=1
          SOURCE=Python-$VERSION.tar.bz2
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
   SOURCE_URL[0]=http://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=http://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