NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.0.1nb14, Package name: python20-2.0.1nb14, Maintainer: tsarna

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:


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.
   2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2007-07-24 18:53:20 by Matthias Drochner | Files touched by this commit (3)
Log message:
-make this build with NetBSD's version of mremap(2)
 (reused joerg's patch to python24)
-fix some misbehaviour of distutils - the interpreter path of scripts
 was messed up under some circumstances
   2007-07-01 02:17:01 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add PRIVILEGED_STAGE+= clean (NetBSD only)
   2007-03-01 19:33:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
SCRIPTS_ENV is unused here, do not modify it.
   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-17 01:28:36 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed missing Python interpreter. Bumped PKGREVISION.