Commit graph

8 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Sergey Svishchev
1ae86e17cc Follow redirects in MASTER_SITEs and HOMEPAGEs. 2006-10-12 21:13:40 +00:00
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Thomas Klausner
e081f5490b Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:27:55 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Soren Jacobsen
6b89556570 Convert to buildlink3. 2004-05-09 23:50:57 +00:00
Michal Pasternak
4bbdaa993a Updated to use separate scipy_distutils; TODO removed 2003-11-23 13:18:12 +00:00
Michal Pasternak
43acc97ab8 This package is dedicated to Soren.
You can dynamically compile & execute C/C++ code within your Python scripts
with weave.

Short example of use:

doc@mainframe:~> python2p3
Python 2p3 (#1, Nov 19 2003, 22:40:23) 
[GCC 2.95.3 20010315 (release) (NetBSD nb3)] on netbsd1
Type "help", "copyright", "credits" or "license" for more information.
>>> import weave
>>> weave.inline('puts("C/C++ is teh sux0r, so we put it inside Python scripts");')
C/C++ is teh sux0r, so we put it inside Python scripts
>>>
2003-11-22 18:58:55 +00:00