./lang/python25, Interpreted, interactive, object-oriented programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.4nb5, Package name: python25-2.5.4nb5, Maintainer: recht

Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

MESSAGE.SunOS [+/-]

Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 0f2e819d6381f72f26c734e00a6780b3933ea404
RMD160: 3a76c83464c3b1c38a60351ab054e33ac7195663
Filesize: 9591.126 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-27 09:43:04 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Properly disable pyexpat module here as well.
Bump PKGREVISION.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-12-21 00:58:27 by Tobias Nygren | Files touched by this commit (2)
Log message:
Disable ipv6 on Tru64, configure complains about buggy getaddrinfo()
Closes PR pkg/42472. May want to revisit this later, though.
   2009-09-19 11:18:54 by OBATA Akio | Files touched by this commit (2)
Log message:
Fixes module names in disabled_module_list
 * not "_sqlite", but "_sqlite3"
 * "bsddb" does not exists, probably removed/renamed before Python24
 * "cjkcodes" does not exists (and should not be disabled)
 * missng "," afiter it
 * "mpz" was removed in Python24.
   2009-09-13 00:24:06 by Matthias Scheler | Files touched by this commit (1)
Log message:
Fix build under Mac OS X Snow Leopard.
   2009-09-12 19:47:17 by Matthias Drochner | Files touched by this commit (3)
Log message:
remove assignments to the LIBS env var -- this should have been done
earlier, but there became no-ops due to my change to db4/bl3 and thus
didn't do harm. Now that part of that change was backed out they became
harmful again and thus need to go.
   2009-09-09 07:37:52 by David Sainty | Files touched by this commit (3) | Package updated
Log message:
Fix a possibly long-standing issue, but also possibly fallout from the db4
changes.  The "dbm" module could fail to build correctly, erroring out \ 
with:

*** WARNING: renaming "dbm" since importing it failed: \ 
build/lib.linux-i686-2.5/dbm.so: undefined symbol: dbm_firstkey

In this case, the "dbm" module has accidentally linked with \ 
"databases/gdbm",
which happens to be installed, but was never buildlinked in.  It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.

Remove the "gdbm" test from the "dbm" module configuration, \ 
leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back \ 
to db4).

Bump PKGREVISION - the package would still install, but with missing
functionality.
   2009-09-08 12:06:35 by Matthias Drochner | Files touched by this commit (5)
Log message:
bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least
on Linux one can't build some extensions against an old Python (with
spurious -ldb4 linkage) anymore
also sync the bl3 files of the non-default versions with python25
for consistency