NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 3.2.3nb5, Package name: python32-3.2.3nb5, 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.

This package provides Python version 3.2.x.

MESSAGE.SunOS [+/-]

Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 4c2d562a0681ba27bc920500050e2f08de224311
RMD160: a4d902bc4436ea28df3d706015afd6e0f50131f4
Filesize: 10491.256 KB

Version history: (Expand)


CVS history: (Expand)


   2013-11-10 13:12:32 by OBATA Akio | Files touched by this commit (3)
Log message:
Fixes missing rpath in pkg-config file.

Bump PKGREVISION.
   2013-09-10 16:22:30 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Always pass rpath argument with -Wl prefix, especially if clang is not called
gcc. Bump revision.
   2013-08-09 12:54:17 by Matthias Drochner | Files touched by this commit (6)
Log message:
Copy the patch which disables use of Posix semaphores on NetBSD
from Python2 to Python3. Without that, selftests fail in multiple
places.
bump PKGREV
   2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177)
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
   2013-05-19 22:40:04 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
dylib entry not needed in PLIST.Darwin
   2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | Package updated
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
   2013-01-09 18:01:02 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Allow to build on systems without O_CLOEXEC (like CentOS 5.8 Linux).

patch from
http://bugs.python.org/issue14359
http://hg.python.org/cpython/rev/09371e2ae84d

This patch solves building failure so not bumping revision.
   2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.