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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 2.6.9nb3, Package name: python26-2.6.9nb3, 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 run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 2fc159946dfcceffbe4a8638de32d0cd8059c2f8
RMD160: 42edf7c9f2f64b77ab173de30ea453257c2c06b3
Filesize: 9114.906 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-14 13:38:45 by Matthias Scheler | Files touched by this commit (6)
Log message:
Pullup ticket #4369 - requested by bsiegert
lang/python26: build fix

Revisions pulled up:
- lang/python26/Makefile                                        1.63
- lang/python26/distinfo                                        1.58
- lang/python26/patches/patch-am                                1.23
- lang/python27/Makefile                                        1.40
- lang/python27/distinfo                                        1.36
- lang/python27/patches/patch-am                                1.15

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sun Apr 13 14:56:56 UTC 2014

   Modified Files:
           pkgsrc/lang/python26: Makefile distinfo
           pkgsrc/lang/python26/patches: patch-am

   Log message:
   Redo reverted commit from obache@. Original description:

   Prevent to detect unwanted builtin openssl.

   After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c,
   buitin openssl is not acceptable for various platforms.

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sun Apr 13 15:06:20 UTC 2014

   Modified Files:
           pkgsrc/lang/python27: Makefile distinfo
           pkgsrc/lang/python27/patches: patch-am

   Log message:
   Reapply reverted commit from obache@. Original description:

   Prevent to detect unwanted builtin openssl.

   After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c,
   buitin openssl is not acceptable for various platforms.