Commit graph

11 commits

Author SHA1 Message Date
adam
3650469633 dylib entry not needed in PLIST.Darwin 2013-05-19 20:37:14 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
reed
8f1a029134 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.
2013-01-09 17:01:02 +00:00
asau
03b2363e06 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
sbd
fa75361a46 "sys.platform is now always 'linux2' on Linux", so set PY_PLATNAME to it. 2012-05-10 09:07:19 +00:00
obache
044424903b Try to fix path of modules again. 2012-05-10 08:54:12 +00:00
obache
f45945f84c try to fix location of pre-compiled files. 2012-05-10 08:39:33 +00:00
obache
1b183d150a Kill SOABI addition to SO suffix for Linux, let to be PLIST maintainance easier. 2012-05-10 08:38:25 +00:00
obache
a992900891 disable xxlimited module. 2012-05-07 05:52:02 +00:00
obache
0084a9534a Import python32-3.2.3 as lang/python32.
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.
2012-05-06 13:12:09 +00:00