summaryrefslogtreecommitdiff
path: root/graphics/py-cairo/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-11 16:40:48 +0000
committerwiz <wiz@pkgsrc.org>2018-02-11 16:40:48 +0000
commitb1191f14e0e33575bddf022949fdf76087d760bb (patch)
treef14d8acdce8ee16c1920ccd9d906f3e91b2585d6 /graphics/py-cairo/Makefile
parentb88f6d20811c3d61ef8b3816c6ac29067fa56e3b (diff)
downloadpkgsrc-b1191f14e0e33575bddf022949fdf76087d760bb.tar.gz
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`
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r--graphics/py-cairo/Makefile5
1 files changed, 2 insertions, 3 deletions
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