summaryrefslogtreecommitdiff
path: root/lang/python21/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-04-15update to 2.1.3drochner1-4/+4
This is a pure buxfix release.
2002-04-09Teach the extension building process about buildlink, and allow passingjlam1-2/+11
LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so. Also explicitly comment out a few extensions that aren't being built and should never be.
2002-01-22-update to 2.1.2 - except one method addition (socket.sendall()) this is adrochner1-5/+7
pure bugfix release -install the "pydoc" script as "pydoc2.1" and make sure the corresponding python version is used -disable the audioop, imageop and rgbimg extensions - these don't work on 64-bit platforms anyway, I haven't seen a place where they are used yet, and in case a need shows up, we better make an own extension pkg from it which is marked FOR_PLATFORM_ONLY
2002-01-16We use PKGREVISION instead of 'nb' now.wiz1-2/+3
2002-01-16fix the Makefile installed for extension packages to use the rightdrochner1-2/+2
python version, bump pkg name to 2.1.1nb1
2001-08-07first cut on a python-2.1 package for development and transition support,drochner1-0/+19
doesn't conflict with an installed 2.0.x