summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-05-28update to 0.9.2.1recht1-3/+3
patch provided by Michal Pasternak in PR pkg/25739 changes: Version 0.9.2.1 Shazbot! Setup.y still wasn't right. Maybe this time... Version 0.9.2 Enhancements: Global variable and attribute names are now interned. String literals are only converted to Python strings once, instead of each time they're used. Python string literals may now contain NUL characters. Bug fixes: Setup.py still wasn't right! Corrected a problem introduced by moving the Plex package into the Pyrex package. Version 0.9.1.1 Corrected a small mistake in the setup.py. Fixed a problem with the distutils extension. Hopefully stopped cheesefinder.c from disappearing once and for all. Version 0.9.1 Enhancements: Inherited C methods can be called in the usual way. Python classes get the right __modname__ now. Test suite and testing framework available for download (but will require modification to work on anything other than MacOS X for now). Plus oodles of bug fixes -- see the CHANGES file for details.
2004-04-28Convert to buildlink3.snj1-2/+2
2003-12-10update to 0.9recht1-2/+2
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.1recht1-4/+4
Many improvements, fixes. See CHANGES.txt for a complete list.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-12-18Pyrex - a Language for Writing Python Extension Modules. Pyrex lets youtsarna1-0/+17
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.