summaryrefslogtreecommitdiff
path: root/x11/py-sip/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-06-09 13:51:57 +0000
committerwiz <wiz@pkgsrc.org>2009-06-09 13:51:57 +0000
commitbbf22e6027ebb0554cdb81d2509512639896f6e5 (patch)
tree94597419819bff7d7d97bf6b3cfd7a4c18f37d04 /x11/py-sip/Makefile
parent148bf67c0a064e3b472dc9452be597ea3ff83e35 (diff)
downloadpkgsrc-bbf22e6027ebb0554cdb81d2509512639896f6e5.tar.gz
Update to 4.8:
SIP v4.8 has been released. The highlights of this release include support for Python v3, the ability to supply alternate super-types and meta-types for wrapped objects, and documentation built using Sphinx. The major new features are: * support for Python v3 * the %BIGetBufferCode and %BIReleaseBufferCode to support the buffer interface of Python v3 * the %DefaultMetatype directive and the /Metatype/ class annotation to allow the meta-type of a wrapped type to be changed * the %DefaultSupertype directive and the /Supertype/ class annotation to allow the super-type of a wrapped type to be changed * the sip.simplewrapper type to be used as a super-type for wrapped types that don't take part in parent/child relationships * the %InitialisationCode directive * the /KeepReference/ argument annotation * the /Encoding/ argument, function, typedef and variable annotation * super() now works as expected with wrapped types * support for __floordiv__, __ifloordiv__, __truediv__, __itruediv__ and __index__ * __bool__ is a synonym for __nonzero__ * Sphinx is now used for the documentation * many additions and deprecations in the API to eliminate the differences between classes and mapped types. (See the documentation for the details.)
Diffstat (limited to 'x11/py-sip/Makefile')
-rw-r--r--x11/py-sip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile
index d40994309a0..28feb08b2ef 100644
--- a/x11/py-sip/Makefile
+++ b/x11/py-sip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/12/10 00:54:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/06/09 13:51:57 wiz Exp $
#
-DISTNAME= sip-4.7.9
+DISTNAME= sip-4.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11 devel python
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-*
-PYTHON_VERSIONS_ACCEPTED= 25 24 23
+PYTHON_VERSIONS_ACCEPTED= 26 25 24 23
USE_LIBTOOL= yes
USE_TOOLS+= gmake