From b1191f14e0e33575bddf022949fdf76087d760bb Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 11 Feb 2018 16:40:48 +0000 Subject: py-cairo: update to 1.16.2. 1.16.2 - 2018-02-10 ------------------- * setup.py: Some fixes for Debian pybuild quirks. :bug:`98` .. _v1.16.1: 1.16.1 - 2018-02-06 ------------------- * setup.py: correctly install pkgconfig into /usr/lib* again. To make JHBuild on Fedora work the following patch is needed: https://bugzilla.gnome.org/show_bug.cgi?id=793216 .. _v1.16.0: 1.16.0 - 2018-02-05 ------------------- * Add a :func:`get_include` function which returns the compiler include path needed for interfacing with the Pycairo C API :bug:`92` * Note for packagers: The default header installation path has changed, but a compat header is installed to the old location to prevent breakage in case anyone has hardcoded the old path instead of using pkg-config. Just in case anyone is wondering why there are two header files now. .. _v1.15.6: 1.15.6 - 2018-01-30 ------------------- * Experimental PyPy and PyPy3 support :bug:`90` .. _v1.15.5: 1.15.5 - 2018-01-29 ------------------- * Support Unicode paths under Windows with cairo 1.15.10+ :pr:`87` * Don't include the pkg-config file when building a wheel :bug:`83` --- graphics/py-cairo/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics/py-cairo/Makefile') diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 1964a5045f3..1912bc155f3 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2017/11/25 09:16:13 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/02/11 16:40:48 wiz Exp $ -DISTNAME= pycairo-1.15.4 +DISTNAME= pycairo-1.16.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=pygobject/} GITHUB_PROJECT= pycairo -- cgit v1.2.3