Commit graph

9 commits

Author SHA1 Message Date
drochner
83c9593408 update to 2.1.3
This is a pure buxfix release.
2002-04-15 12:10:49 +00:00
jlam
2b4e817734 Uses spaces instead of tabs to match the rest of the file (not sure if it
matters, and I don't want to chance it).
2002-04-09 04:23:22 +00:00
jlam
5ec676a042 Teach the extension building process about buildlink, and allow passing
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-04-09 04:14:39 +00:00
drochner
f028142fe5 don't build curses module - it doesn't work with our curses 2002-01-28 09:09:14 +00:00
drochner
7327d0d83d -update to 2.1.2 - except one method addition (socket.sendall()) this is a
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-22 13:05:03 +00:00
wiz
a9f7484948 We use PKGREVISION instead of 'nb' now. 2002-01-16 20:11:38 +00:00
drochner
17fc5a0409 fix the Makefile installed for extension packages to use the right
python version,
bump pkg name to 2.1.1nb1
2002-01-16 19:50:36 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
drochner
922aa1ec4f first cut on a python-2.1 package for development and transition support,
doesn't conflict with an installed 2.0.x
2001-08-07 14:38:07 +00:00