NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5.2, Package name: python25-2.5.2, 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.


Master sites: (Expand)

SHA1: 4755d212f50af704c20224a6966e23acc5aea60f
RMD160: b23b02739833e6730799c5866e2b77aae884b63f
Filesize: 9577.731 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-22 14:07:42 by Tobias Nygren | Files touched by this commit (109) | Package removed
Log message:
g/c some packages that made it into pkgsrc
   2008-04-24 03:25:12 by Tobias Nygren | Files touched by this commit (2)
Log message:
Add a knob (enviroment variable) for disabling installation of egg metadata
in extensions until we have infrastructure in place for dealing w/ it.
   2008-04-24 02:25:44 by Tobias Nygren | Files touched by this commit (2)
Log message:
fixup patch-ah so that devel/py-curses builds.
   2008-02-25 15:47:45 by Tobias Nygren | Files touched by this commit (1)
Log message:
- Tick some items of the list.
- Add a matrix of tested platforms and regression test results
  Note: There are some failing tests on NetBSD-current!
   2008-02-25 15:31:41 by Tobias Nygren | Files touched by this commit (1)
Log message:
Conditionalise DB 1.85 module
   2008-02-25 15:07:50 by Johann Franz | Files touched by this commit (1)
Log message:
make deinstall complains, add missing line in PLIST:
lib/python${PY_VER_SUFFIX}/lib-dynload/bsddb185.so
(Tested on NetBSD 4 and FreeBSD 7)
   2008-02-25 14:41:18 by Tobias Nygren | Files touched by this commit (9)
Log message:
Update to Python-2.5.2. This is a bugfix release in the 2.5. series.
Beware: there are some PLIST problems, see TODO.
   2008-02-03 19:22:05 by Sergey Svishchev | Files touched by this commit (4)
Log message:
Don't disable build of _csv extension.