diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-10 00:54:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-10 00:54:55 +0000 |
commit | 647413da2f063a3345262850c49b44856fe2c7b3 (patch) | |
tree | def53521ecb2db8244f55c84d6f117cfcf757c01 /x11/py-sip | |
parent | 9f6905b82cf33548e7b5bb42335142522e59b899 (diff) | |
download | pkgsrc-647413da2f063a3345262850c49b44856fe2c7b3.tar.gz |
Update to 4.7.9:
SIP v4.7.9 has been released.
This is a bug fix release needed to build PyKDE v3.16.2.
SIP v4.7.8 has been released.
* Added the /Deprecated/ class and function annotation (based on
a patch from Lorenzo Berni).
* Templates now support instance variables and enums.
* A Python int object can now be used whenever an enum is expected
without needing to explicitly cast it using the enum's constructor.
The /Constrained/ argument annotation can be used to suppress this
behaviour.
* typedef type names are now used in string representations of
types (e.g. in the names of mapped types) to reflect what the
programmer sees rather than what the compiler sees. The /NoTypeName/
typedef annotation can be used to suppress this behaviour.
Diffstat (limited to 'x11/py-sip')
-rw-r--r-- | x11/py-sip/Makefile | 4 | ||||
-rw-r--r-- | x11/py-sip/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index bb2e3d78939..d40994309a0 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/11/28 09:47:59 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/10 00:54:55 wiz Exp $ # -DISTNAME= sip-4.7.7 +DISTNAME= sip-4.7.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 devel python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/ diff --git a/x11/py-sip/distinfo b/x11/py-sip/distinfo index 811320325cd..389450d46fe 100644 --- a/x11/py-sip/distinfo +++ b/x11/py-sip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/08 14:10:45 wiz Exp $ +$NetBSD: distinfo,v 1.2 2008/12/10 00:54:56 wiz Exp $ -SHA1 (sip-4.7.7.tar.gz) = e9842ddcd7e4f973ddd3c5337d5540d664463152 -RMD160 (sip-4.7.7.tar.gz) = 117cf22b71e6b88c8181a1b0f40f1735d0c52f45 -Size (sip-4.7.7.tar.gz) = 464994 bytes +SHA1 (sip-4.7.9.tar.gz) = a8eabe3890a1fc42ec77ac82fa41344ad23abe09 +RMD160 (sip-4.7.9.tar.gz) = 719f7c7ae211ceb2bb7609c5e70d864054ccd23d +Size (sip-4.7.9.tar.gz) = 471372 bytes SHA1 (patch-aa) = 97bf03e1bfd687773d137a88f6eb527e481c400d SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7 |