pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-pyrex update to 0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a8bcd4716c6
branches:  trunk
changeset: 464473:2a8bcd4716c6
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Dec 10 15:58:09 2003 +0000

description:
update to 0.9

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.

diffstat:

 lang/py-pyrex/Makefile |  4 ++--
 lang/py-pyrex/PLIST    |  8 +++++++-
 lang/py-pyrex/distinfo |  6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r e36537f43334 -r 2a8bcd4716c6 lang/py-pyrex/Makefile
--- a/lang/py-pyrex/Makefile    Wed Dec 10 14:24:35 2003 +0000
+++ b/lang/py-pyrex/Makefile    Wed Dec 10 15:58:09 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2003/09/21 09:30:59 jmc Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/10 15:58:09 recht Exp $
 
-DISTNAME=      Pyrex-0.8.1
+DISTNAME=      Pyrex-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
 CATEGORIES=    lang
 MASTER_SITES=  http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
diff -r e36537f43334 -r 2a8bcd4716c6 lang/py-pyrex/PLIST
--- a/lang/py-pyrex/PLIST       Wed Dec 10 14:24:35 2003 +0000
+++ b/lang/py-pyrex/PLIST       Wed Dec 10 15:58:09 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/09/14 17:40:02 recht Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/12/10 15:58:09 recht Exp $
 bin/pyrexc
 ${PYSITELIB}/Plex/Actions.py
 ${PYSITELIB}/Plex/Actions.pyc
@@ -94,6 +94,12 @@
 ${PYSITELIB}/Pyrex/Distutils/build_ext.py
 ${PYSITELIB}/Pyrex/Distutils/build_ext.pyc
 ${PYSITELIB}/Pyrex/Distutils/build_ext.pyo
+${PYSITELIB}/Pyrex/Mac/DarwinSystem.py
+${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyc
+${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyo
+${PYSITELIB}/Pyrex/Mac/DarwinTesting.py
+${PYSITELIB}/Pyrex/Mac/DarwinTesting.pyc
+${PYSITELIB}/Pyrex/Mac/DarwinTesting.pyo
 ${PYSITELIB}/Pyrex/Mac/FileMarking.py
 ${PYSITELIB}/Pyrex/Mac/FileMarking.pyc
 ${PYSITELIB}/Pyrex/Mac/FileMarking.pyo
diff -r e36537f43334 -r 2a8bcd4716c6 lang/py-pyrex/distinfo
--- a/lang/py-pyrex/distinfo    Wed Dec 10 14:24:35 2003 +0000
+++ b/lang/py-pyrex/distinfo    Wed Dec 10 15:58:09 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/14 17:40:02 recht Exp $
+$NetBSD: distinfo,v 1.3 2003/12/10 15:58:09 recht Exp $
 
-SHA1 (Pyrex-0.8.1.tar.gz) = 52b5bc0040ad05c0a26ca86a858a804a23c50966
-Size (Pyrex-0.8.1.tar.gz) = 153870 bytes
+SHA1 (Pyrex-0.9.tar.gz) = feb0df3f617933cb0e5fac7deae2baa23d8bcc21
+Size (Pyrex-0.9.tar.gz) = 184323 bytes



Home | Main Index | Thread Index | Old Index