NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.2.3nb9, Package name: python22-2.2.3nb9, Maintainer: pkgsrc-users

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:

SHA1: 177d587e77e0eaa14131ab0d0d0b470777de4400
RMD160: 3590f813582d65194b467f4ab450e360e35eb40e
Filesize: 6552.301 KB

Version history: (Expand)


CVS history: (Expand)


   2008-04-25 18:11:13 by Tobias Nygren | Files touched by this commit (53) | Package removed
Log message:
De-orbit support for python 2.0 and python 2.2 under the "three major
releases is enough" rule of thumb. (python 2.3 was released 5 years ago.)
Keep python 1.5 and 2.1 though, because there are a handful of packages
that still need them.
   2007-10-10 13:24:11 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed mremap on NetBSD.
   2007-07-01 02:21:53 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add PRIVILEGED_STAGE+= clean (NetBSD only)
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-06-18 00:07:33 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed path to the Python interpreter. Bumped PKGREVISION.
   2006-04-13 04:26:54 by Joerg Sonnenberger | Files touched by this commit (16)
Log message:
Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.