diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-29 15:37:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-29 15:37:02 +0000 |
commit | d7f789e0c27dede0564540ad4d21b3502bdd6896 (patch) | |
tree | a531637e3c9e3671c1c4ae6db08c69871d9af8e4 | |
parent | ebf7e3b44d1c985aad2441dc927d557e452f078d (diff) | |
download | pkgsrc-d7f789e0c27dede0564540ad4d21b3502bdd6896.tar.gz |
Update to pyrex-0.9.4.1.
Changes in 0.9.4.1:
Tiny bugfix to correct a tab/space problem in the distutils
extension.
Changes in 0.9.4:
LValue Casting Is Dead
I have redesigned the code generator to eliminate the need for lvalue
casting. This means that Pyrex-generated code should now be
gcc4-compatible, although I haven't tested this. Let me know if you find
any remaining lvalue casts; they should be fairly easy to fix now.
C++ Compilable
The generated code should now be compilable as either C or C++
without errors (although there may still be warnings). However, note
that you can still only call C++ functions if they have been declared
"extern C", even if you compile the Pyrex output as C++. I hope to
introduce some C++ interface features soon.
and more.
-rw-r--r-- | lang/py-pyrex/Makefile | 7 | ||||
-rw-r--r-- | lang/py-pyrex/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index f7bbd60d33c..619b1ff4c1a 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:47 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/29 15:37:02 joerg Exp $ -DISTNAME= Pyrex-0.9.3 +DISTNAME= Pyrex-0.9.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} -PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ @@ -10,7 +9,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ COMMENT= Language for Writing Python Extension Modules -PYTHON_VERSIONS_ACCEPTED= 23 22 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 PYDISTUTILSPKG= yes diff --git a/lang/py-pyrex/distinfo b/lang/py-pyrex/distinfo index f88e2839e2c..bd5aad34b43 100644 --- a/lang/py-pyrex/distinfo +++ b/lang/py-pyrex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:03:10 agc Exp $ +$NetBSD: distinfo,v 1.7 2006/05/29 15:37:02 joerg Exp $ -SHA1 (Pyrex-0.9.3.tar.gz) = bbd534b1905de5f3ad445c6d30a2fd57a4b362be -RMD160 (Pyrex-0.9.3.tar.gz) = 6322e5f8079daffeb1ed372972e88de79c59b4ae -Size (Pyrex-0.9.3.tar.gz) = 176072 bytes +SHA1 (Pyrex-0.9.4.1.tar.gz) = cafd221d75bacd411d8f0ca8dabc450a58466ba5 +RMD160 (Pyrex-0.9.4.1.tar.gz) = c6474bfdab3ed7df745b83aba89a47c6482d7d0a +Size (Pyrex-0.9.4.1.tar.gz) = 181507 bytes |