NOTICE: This package has been removed from pkgsrc

./wip/py-weave, Allows the inclusion of C/C++ within Python code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.3, Package name: py27-weave-0.2.3, Maintainer: pkgsrc-users

The weave package allows the inclusion of C/C++ within Python code. It is
part of the larger SciPy package, but is made available here as a stand
alone package so that more people can try it out.

Including C/C++ code within Python offers both another level of optimization
to those who need it, and an easy way to modify and extend an supported
extension libraries such as wxPython and hopefully VTK soon. Inlining C/C++
code within Python generally results in speed ups of 1.5x to 30x speed-up
over algorithms written in pure Python (However, it is also possible to slow
things down...). Generally algorithms that require a large number of calls
to the Python API don't benefit as much from the conversion to C/C++ as
algorithms that have inner loops completely convertable to C.


Required to run:
[math/py-scipy] [lang/python27]

Master sites:

SHA1: 9e009c6733ebe34bb6e77689bd78bd7230cdbbf2
Filesize: 356.871 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-22 10:51:46 by Thomas Klausner | Files touched by this commit (5)
Log message:
Remove py-scipy, math/py-scipy is much newer.
   2011-10-09 12:47:18 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
fix in DEPENDS, minor fix in distinfo

   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-05-08 22:58:14 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
note about bad dependency

   2006-10-12 23:13:40 by Sergey Svishchev | Files touched by this commit (14)
Log message:
Follow redirects in MASTER_SITEs and HOMEPAGEs.
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2005-07-27 18:29:22 by Thomas Klausner | Files touched by this commit (10)
Log message:
Reset MAINTAINER -- he stopped working on pkgsrc.
   2005-05-23 12:27:48 by Roland Illig | Files touched by this commit (1)
Log message:
Removed trailing white-space.