summaryrefslogtreecommitdiff
path: root/x11/py-sip/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-21 21:32:38 +0000
committerwiz <wiz@pkgsrc.org>2014-08-21 21:32:38 +0000
commitbda3634db48d6cc22674b255b5fd9ef1839d915b (patch)
tree245f6e8c61064c86a83ac26e07a29b0e7b0119fc /x11/py-sip/Makefile
parent9201a1e2a6b85dabd8dad8b7b7f6d731750827a8 (diff)
downloadpkgsrc-bda3634db48d6cc22674b255b5fd9ef1839d915b.tar.gz
Update to 4.16.2:
v4.16.2 3rd July 2014 - Deprecated the %ConsolidatedModule directive as it won't be supported in SIP v5. - Bug fixes. v4.16.1 9th June 2014 - Bug fixes. v4.16 26th May 2014 - Added the /NoSetter/ variable annotation. - Added the -B option to sip. - Changed the handling of timelines (introducing a potential incompatibility) so that later versions of wrapped libraries can be wrapped so long as they are compatible with known versions. - Added support for the 'no_receiver_check' argument to connect() in PyQt v4.11. - Added the --configuration option to configure.py. - Added the --sysroot option to configure.py. - Added the --target-py-version option to configure.py. - Added the --no-tools option to configure.py. - Added the --use-qmake option to configure.py. - Bug fixes. v4.15.5 14th March 2014 - The use_arch argument of sipconfig.create_wrapper() can now specify a space separated set of architectures. - Bug fixes. v4.15.4 8th January 2014 - Added SIP_SSIZE_T_FORMAT to the C API. - Bug fixes (specifically for PyQt5). v4.15.3 16th October 2013 - Bug fixes (specifically for PyQtChart). v4.15.2 14th September 2013 - sipConvertToArray() will now optionally take ownership of the array memory. - Added support for char, unsigned char, short, int, float and double as array types. - Bug fixes. v4.15.1 23rd August 2013 - Fixes a regression in the handling of hidden virtual methods. v4.15 21st August 2013 - Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance. - Added the %FinalisationCode directive. - Added the /Mixin/ class annotation. - Added the /NoScope/ enum annotation. - Added sipConvertFromNewPyType() to the C API. - Added sipConvertToArray() and sipConvertToTypedArray() to the C API. - Added sipRegisterProxyResolver() to the C API. - Bug fixes.
Diffstat (limited to 'x11/py-sip/Makefile')
-rw-r--r--x11/py-sip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile
index d169a016349..b2ba534616f 100644
--- a/x11/py-sip/Makefile
+++ b/x11/py-sip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2014/01/25 10:30:32 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2014/08/21 21:32:38 wiz Exp $
-DISTNAME= sip-4.14.7
+DISTNAME= sip-4.16.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11 devel python
#MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/