NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.1.3nb16, Package name: python21-2.1.3nb16, 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.


Required to build:
[devel/readline]

Master sites:

SHA1: 7042a5c5fd60d334c0ac227885d68a4c305713b4
RMD160: d7216480cf884507d97bf7932767871977fc1ccc
Filesize: 6049.25 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) | Package removed
Log message:
Remove Python 2.1 support.
   2009-01-23 04:05:53 by David Sainty | Files touched by this commit (4)
Log message:
Any package that determines libraries to link via:

  $PYTHON -c "from distutils import sysconfig; print \ 
sysconfig.get_config_var('SHLIBS');"

... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.

To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.

No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.

Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
   2008-07-14 16:42:51 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Always build depend on readline, so that devel/py-readline can pick up
the right config. Bump revision.
   2008-07-11 15:17:39 by OBATA Akio | Files touched by this commit (1)
Log message:
Now download only via http.
Noticed by Zafer Aydogan via private mail.
   2008-05-09 12:51:45 by Tobias Nygren | Files touched by this commit (2)
Log message:
PR pkg/38617: Hasso Tepper: Don't call pthread_create() with NULL as the
first argument in configure. Fixes hang on DragonFlyBSD.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2007-10-10 13:21:53 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed mremap on NetBSD.
   2006-10-04 23:07:52 by Roland Illig | Files touched by this commit (3)
Log message:
Added a patch that fixes the interpreter path of the installed Python
scripts. Bumped PKGREVISION.