Commit graph

15 commits

Author SHA1 Message Date
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
drochner
326b7447a4 for transition, move to lang/python20/Makefile.inc 2002-01-22 18:26:19 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
tsarna
9cba992a72 Upgrade to version from Zope 2.2.0. (Can't find specific related changes
in the changelog, but I know there were some. Probably minor bug fixes.)
2000-07-28 16:40:18 +00:00
tsarna
a319cdfbb4 Update to 2.1.4, the version-of-the-week. (no functional change.) 2000-02-15 01:11:56 +00:00
wiz
edb7e62207 whitespace cleanup 2000-01-09 01:20:33 +00:00
tsarna
64d1553d72 Update to 2.1.2. No changes, just pulled from newer Zope. 2000-01-08 22:35:32 +00:00
tsarna
67070df67b Don't assume site-packages dir already exists 2000-01-02 03:12:20 +00:00
tsarna
81140f1f52 - Add and enable py-extclass and correct its CATEGORIES 2000-01-02 02:58:20 +00:00
tsarna
27c2e33584 Extension Classes for Python, pulled from Zope 2.1.1 as they (and
especially Acquisition) can be quite useful in their own right.

EC fixes a wart in CPython: Python classes can't use C-implemented types
as base classes. EC-based C classes can be subclassed by python, and in
fact python classes can use pure mixin EC C classes so that you can have
speed critical methods of a class in C and the rest in Python.

EC also provides a mixin called Acquisition, which provides a kind of
contextual inheritance.  If an object can't find the data/method in
itself or by looking up it's list of base classes, it will then try to
acquire the thing up through its containers (or other context).
1999-12-30 21:37:02 +00:00