From 81e7b3f6fcade9e3096597e6c593a2468704bdda Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 26 Oct 2015 21:40:01 +0000 Subject: Changes 4.17: - Added support for PEP 465 (__matmul__ and __imatmul__). - Added support for PEP 492 (__aenter__, __aexit__, __await__, __aiter__ and __anext__). - Added support for MSVC 2015 to the build system. - Bug fixes. --- x11/py-sip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/py-sip/Makefile') diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 70401bf980c..9368184e4d8 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2014/12/30 06:43:59 adam Exp $ +# $NetBSD: Makefile,v 1.45 2015/10/26 21:40:01 adam Exp $ -DISTNAME= sip-4.16.5 +DISTNAME= sip-4.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} -- cgit v1.2.3