NOTICE: This package has been removed from pkgsrc

./wip/python27, Interpreted, interactive, object-oriented programming language

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


Branch: CURRENT, Version: 2.7.1, Package name: python27-2.7.1, 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.

MESSAGE.SunOS [+/-]

Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: fbe1894322ff91b80726e269c97454f4129fc2a3
RMD160: 3ce59305f6cd3fb320a53771d0ea01ec0687005f
Filesize: 11447.799 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-22 12:15:11 by OBATA Akio | Files touched by this commit (25) | Package removed
Log message:
Imported as pkgsrc/lang/python27.
   2011-02-22 09:25:40 by OBATA Akio | Files touched by this commit (1)
Log message:
fixes for 27.
   2011-02-22 08:34:14 by OBATA Akio | Files touched by this commit (2)
Log message:
Build shard library on OpenBSD too.
   2011-01-03 13:21:29 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fix find_library_file on Darwin

   2010-12-20 09:48:29 by OBATA Akio | Files touched by this commit (2)
Log message:
* remove needless hunk for Darwin.
* use CC and CXX for link shlib even on NetBSD and DragonFly. 
   2010-12-17 09:48:41 by OBATA Akio | Files touched by this commit (3)
Log message:
more better for DragonFly.
   2010-12-16 14:01:36 by OBATA Akio | Files touched by this commit (2)
Log message:
Remove "-RELEASE" or "-DEVELOPMENT" from "release" \ 
for DragonFly.
   2010-12-16 09:07:48 by OBATA Akio | Files touched by this commit (2)
Log message:
Add an patch for DragonFly.