summaryrefslogtreecommitdiff
path: root/graphics/py-cairo
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-10 22:10:08 +0000
committerwiz <wiz>2008-11-10 22:10:08 +0000
commit6d88f4e39366cc0651dcf1be85555c15ebd9723b (patch)
tree77079b9dcbb63b8d8001614628ff286f4815f0ed /graphics/py-cairo
parentb5cd252080f55fc0d44987aab2529223bb7f528c (diff)
downloadpkgsrc-6d88f4e39366cc0651dcf1be85555c15ebd9723b.tar.gz
Update to 1.6.4:
Overview of changes from pycairo 1.4.0 to pycairo 1.6.4 ======================================================== General changes: Pycairo 1.6.4 requires cairo 1.6.4 (or later). requires Python 2.5 (or later). Bug fixes: 16112: Fix win32 'python setup.py ...' build -- use double quotes New Methods: Context.has_current_point Context.path_extents ImageSurface.format_stride_for_width PSSurface.get_eps PSSurface.set_eps PSSurface.ps_level_to_string PSSurface.restrict_to_level Surface.copy_page Surface.show_page New Constants: cairo.PS_LEVEL_2, cairo.PS_LEVEL_3 Other changes: test/pygame-test1.py, test/pygame-test2.py : pygame tests examples/cairo_snippets/snippets/ellipse.py : Update so line-width is a constant width in device-space not user-space
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r--graphics/py-cairo/Makefile10
-rw-r--r--graphics/py-cairo/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 6b9962a9d33..1da0ad8a734 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/04/16 12:16:40 abs Exp $
+# $NetBSD: Makefile,v 1.11 2008/11/10 22:10:08 wiz Exp $
#
-DISTNAME= pycairo-1.4.12
-PKGNAME= ${PYPKGPREFIX}-cairo-1.4.12
+DISTNAME= pycairo-1.6.4
+PKGNAME= ${PYPKGPREFIX}-cairo-1.6.4
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PKGCONFIG_OVERRIDE+= pycairo.pc.in
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 25
PY_PATCHPLIST= yes
.include "../../mk/compiler.mk"
@@ -28,7 +28,7 @@ PY_PATCHPLIST= yes
BUILDLINK_TRANSFORM+= rm:-std=c99
.endif
-BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4.12
+BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo
index 037408cf4d9..2f8d8a61971 100644
--- a/graphics/py-cairo/distinfo
+++ b/graphics/py-cairo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/03/12 20:54:52 drochner Exp $
+$NetBSD: distinfo,v 1.6 2008/11/10 22:10:08 wiz Exp $
-SHA1 (pycairo-1.4.12.tar.gz) = 580255db6f3ab4c44ac44dfe0a9f7d1f598c2ab3
-RMD160 (pycairo-1.4.12.tar.gz) = f44bb6bcc6b366568e0297689164537dc891b278
-Size (pycairo-1.4.12.tar.gz) = 490053 bytes
+SHA1 (pycairo-1.6.4.tar.gz) = d3b3ecb6e999cc7b4a6ebcad00ae8d82c253c21c
+RMD160 (pycairo-1.6.4.tar.gz) = 6197427df3d10b708847503f975670e3d02d57e5
+Size (pycairo-1.6.4.tar.gz) = 491984 bytes