diff options
author | wiz <wiz> | 2009-11-17 15:21:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-17 15:21:21 +0000 |
commit | b231dd80748b537078f86c2166e47998e8df4a25 (patch) | |
tree | 816c4df2a5bb566ff18c78f9bf5abd00fb799ac4 /x11 | |
parent | dae1017a72c90d562a716791cf1c2bfbf409199e (diff) | |
download | pkgsrc-b231dd80748b537078f86c2166e47998e8df4a25.tar.gz |
Update to 4.9.1:
v4.9.1 23rd October 2009
- A bug fix release.
v4.9 26th September 2009
- Added support for __iter__ and __next__. (__next__ is used for Python v2
as well as v3.)
- Added the %API directive.
- Added the /API/ annotation.
- Added sipIsAPIEnabled() to the C API.
- Added sip.getapi() and sip.setapi() to the Python API.
- Added sip.ispyowned() to the Python API.
- Mapped types can now act as a namespace for enums and static methods.
- The /Array/ annotation can now be applied to classes and mapped types.
- The /NoArgParser/ annotation can now be applied to methods as well as
functions.
- Added the --arch flag to configure.py to specify which MacOS/X
architectures are built.
- SIP is now also licensed under the GPL v2 and v3.
Diffstat (limited to 'x11')
-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 b1999f99d7d..55f9015bd9c 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/09/23 09:54:47 tron Exp $ +# $NetBSD: Makefile,v 1.9 2009/11/17 15:21:21 wiz Exp $ # -DISTNAME= sip-4.8.2 +DISTNAME= sip-4.9.1 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 727adc86466..27b06e6c6eb 100644 --- a/x11/py-sip/distinfo +++ b/x11/py-sip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2009/07/29 19:44:51 drochner Exp $ +$NetBSD: distinfo,v 1.6 2009/11/17 15:21:21 wiz Exp $ -SHA1 (sip-4.8.2.tar.gz) = 0364027c34eb69ce8c51d316c68f10a02a42d036 -RMD160 (sip-4.8.2.tar.gz) = 5b390d09a5b1a5e5fbf29d245aee8543397a1f19 -Size (sip-4.8.2.tar.gz) = 615394 bytes +SHA1 (sip-4.9.1.tar.gz) = 097b85511ce082d526fce8279fe48fa991f7cdf6 +RMD160 (sip-4.9.1.tar.gz) = aaee9bd22d6bfba9c8eeb2649cf14c5eaa089c96 +Size (sip-4.9.1.tar.gz) = 660693 bytes SHA1 (patch-aa) = 67da3bbb531ee50ba47b0ce4ee7a6edf5d0ad139 SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7 |