Path to this page:
./
lang/python25,
Interpreted, interactive, object-oriented programming language
Branch: pkgsrc-2009Q4,
Version: 2.5.4nb5,
Package name: python25-2.5.4nb5,
Maintainer: rechtPython 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.
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.2 2009/04/11 19:42:23 snj Exp $
In order for the Python installation to successfuly compile the
"sunaudiodev" module you must install the SUNWaudh package to have
the necessary headers installed.
===========================================================================
Required to run:[
devel/libffi]
Required to build:[
devel/readline]
Master sites:
SHA1: 0f2e819d6381f72f26c734e00a6780b3933ea404
RMD160: 3a76c83464c3b1c38a60351ab054e33ac7195663
Filesize: 9591.126 KB
Version history: (Expand)
- (2010-01-28) Updated to version: python25-2.5.4nb5
- (2010-01-15) Package added to pkgsrc.se, version python25-2.5.4nb3 (created)
CVS history: (Expand)
2010-01-27 16:08:06 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Pullup ticket #2974 - requested by wiz
python25: build fix
Revisions pulled up:
- lang/python25/Makefile 1.25 via patch
- lang/python25/PLIST.common 1.5
- lang/python25/distinfo 1.12
- lang/python25/patches/patch-am 1.6
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 27 08:43:04 UTC 2010
Modified Files:
pkgsrc/lang/python25: Makefile PLIST.common distinfo
pkgsrc/lang/python25/patches: patch-am
Log message:
Properly disable pyexpat module here as well.
Bump PKGREVISION.
|