summaryrefslogtreecommitdiff
path: root/lang/python32
AgeCommit message (Collapse)AuthorFilesLines
2014-01-12Remove python32 as proposed a week ago on pkgsrc-users.wiz26-5012/+0
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in replacement. Ok bsiegert, prlw1, rodent
2013-11-10Fixes missing rpath in pkg-config file.obache1-2/+4
Bump PKGREVISION.
2013-09-10Always pass rpath argument with -Wl prefix, especially if clang is not calledjoerg3-3/+17
gcc. Bump revision.
2013-08-09Copy the patch which disables use of Posix semaphores on NetBSDdrochner3-3/+18
from Python2 to Python3. Without that, selftests fail in multiple places. bump PKGREV
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+1
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-05-19dylib entry not needed in PLIST.Darwinadam1-2/+1
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-09Allow to build on systems without O_CLOEXEC (like CentOS 5.8 Linux).reed2-1/+30
patch from http://bugs.python.org/issue14359 http://hg.python.org/cpython/rev/09371e2ae84d This patch solves building failure so not bumping revision.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-05-10"sys.platform is now always 'linux2' on Linux", so set PY_PLATNAME to it.sbd1-1/+3
2012-05-10Try to fix path of modules again.obache4-65/+65
2012-05-10try to fix location of pre-compiled files.obache4-65/+65
2012-05-10Kill SOABI addition to SO suffix for Linux, let to be PLIST maintainance easier.obache2-3/+12
2012-05-07disable xxlimited module.obache3-6/+5
2012-05-06Import python32-3.2.3 as lang/python32.obache23-0/+4945
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.