summaryrefslogtreecommitdiffstats
path: root/devel/python/DETAILS
blob: f4f7de8aa47b353cd3adb9797ba8ee6b20add7a3 (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
26
           SPELL=python
         VERSION=2.7.17
  SECURITY_PATCH=7
          SOURCE=Python-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
   SOURCE_URL[0]=https://www.python.org/ftp/$SPELL/$VERSION/$SOURCE
  SOURCE2_URL[0]=https://www.python.org/ftp/$SPELL/$VERSION/$SOURCE2
    SOURCE_HINTS=no-check-certificate
   SOURCE2_HINTS=no-check-certificate
      SOURCE_GPG=python.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.python.org/
         ENTERED=20010922
      LICENSE[0]=PYTHON
        KEYWORDS="devel"
           SHORT="interpreted, interactive, object-oriented 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