summaryrefslogtreecommitdiff
path: root/lang/python21
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20Python extensions also install headers into ${PYINC}, so we can't justjlam1-2/+5
assume all of those headers belong to the python package. We use the trick for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
2002-09-20Add buildlink2.mk file for use by other package Makefiles, and byjlam1-0/+23
python/pyversion.mk in particular.
2002-04-15update to 2.1.3drochner3-8/+12
This is a pure buxfix release.
2002-04-09Uses spaces instead of tabs to match the rest of the file (not sure if itjlam2-4/+4
matters, and I don't want to chance it).
2002-04-09Teach the extension building process about buildlink, and allow passingjlam4-10/+93
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-28don't build curses module - it doesn't work with our cursesdrochner3-6/+16
2002-01-22-update to 2.1.2 - except one method addition (socket.sendall()) this is adrochner5-12/+62
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 rightdrochner3-3/+17
python version, bump pkg name to 2.1.1nb1
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-07first cut on a python-2.1 package for development and transition support,drochner4-0/+1775
doesn't conflict with an installed 2.0.x