NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 2.6.9nb4, Package name: python26-2.6.9nb4, 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: 2fc159946dfcceffbe4a8638de32d0cd8059c2f8
RMD160: 42edf7c9f2f64b77ab173de30ea453257c2c06b3
Filesize: 9114.906 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-14 01:12:44 by Blue Rats | Files touched by this commit (94) | Package removed
Log message:
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
   2014-10-27 21:11:34 by Matthias Drochner | Files touched by this commit (3)
Log message:
apply patch from upstream to fix possible overflow in "buffer"
object accesses (CVE-2014-7185)
bump PKGREV
   2014-05-21 02:35:50 by OBATA Akio | Files touched by this commit (2)
Log message:
try to find openssl header from system inc_dirs additionally, builtin one
may be in unusual location.
   2014-04-13 16:56:56 by Benny Siegert | Files touched by this commit (3)
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.
   2014-03-27 07:14:57 by OBATA Akio | Files touched by this commit (2)
Log message:
fixes for readline-6.3.
backported from Python 2.7.
   2014-03-27 06:36:10 by OBATA Akio | Files touched by this commit (3)
Log message:
revert last change, should not be committed dureing freeze.
   2014-03-27 06:15:00 by OBATA Akio | Files touched by this commit (3)
Log message:
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.
   2014-03-12 13:57:06 by OBATA Akio | Files touched by this commit (6)
Log message:
For smtpd.py, only rename with ${PY_VER_SUFFIX} to be installed as a tool,
or rename of module name affect to other parts using this module.
Noticed by Benjamin Lorenz in tech-pkg@.

Additionally, set ALTERNATIVE for bin/smtpd.py.