summaryrefslogtreecommitdiff
path: root/lang/py-pyrex
AgeCommit message (Collapse)AuthorFilesLines
2003-12-10update to 0.9recht3-6/+12
New Features: * An extension type can inherit from another built-in or extension type. * Extension types can have properties. * Extension types can have C methods. Numerous bugs have also been fixed - see the CHANGES file for details.
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-14Update to 0.8.1recht3-81/+131
Many improvements, fixes. See CHANGES.txt for a complete list.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-12-18Pyrex - a Language for Writing Python Extension Modules. Pyrex lets youtsarna4-0/+113
write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python. Plex is now bundled with Pyrex, and the py-plex package will be obsoleted.