pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Explain the difference.
details: https://anonhg.NetBSD.org/pkgsrc/rev/59d4afa99ba2
branches: trunk
changeset: 629549:59d4afa99ba2
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 23 11:12:43 2014 +0000
description:
Explain the difference.
diffstat:
graphics/py-cairo/DESCR | 2 +-
graphics/py-cairo/Makefile | 5 +++--
graphics/py-cairo/buildlink3.mk | 13 ++++++-------
graphics/py-cairo3/DESCR | 2 +-
graphics/py-cairo3/Makefile | 4 ++--
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (89 lines):
diff -r 331d77df6ba2 -r 59d4afa99ba2 graphics/py-cairo/DESCR
--- a/graphics/py-cairo/DESCR Thu Jan 23 11:11:46 2014 +0000
+++ b/graphics/py-cairo/DESCR Thu Jan 23 11:12:43 2014 +0000
@@ -3,4 +3,4 @@
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.
-This package contains the Python bindings for Cairo.
+This package contains the Python bindings for Cairo for Python 2.x.
diff -r 331d77df6ba2 -r 59d4afa99ba2 graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile Thu Jan 23 11:11:46 2014 +0000
+++ b/graphics/py-cairo/Makefile Thu Jan 23 11:12:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2013/09/02 19:50:40 adam Exp $
+# $NetBSD: Makefile,v 1.43 2014/01/23 11:12:43 wiz Exp $
DISTNAME= py2cairo-1.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//}
@@ -9,7 +9,7 @@
MAINTAINER= leuzi%trash.net@localhost
HOMEPAGE= http://cairographics.org/pycairo/
-COMMENT= Python bindings for cairo
+COMMENT= Python bindings for cairo (python-2.x version)
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
USE_PKGLOCALEDIR= yes
@@ -20,6 +20,7 @@
PKGCONFIG_OVERRIDE+= pycairo.pc.in
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33
PYTHON_SELF_CONFLICT= yes
diff -r 331d77df6ba2 -r 59d4afa99ba2 graphics/py-cairo/buildlink3.mk
--- a/graphics/py-cairo/buildlink3.mk Thu Jan 23 11:11:46 2014 +0000
+++ b/graphics/py-cairo/buildlink3.mk Thu Jan 23 11:12:43 2014 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: buildlink3.mk,v 1.21 2013/09/02 19:50:40 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2014/01/23 11:12:43 wiz Exp $
-BUILDLINK_TREE+= pycairo
+BUILDLINK_TREE+= py-cairo
.if !defined(PY_CAIRO_BUILDLINK3_MK)
PY_CAIRO_BUILDLINK3_MK:=
. include "../../lang/python/pyversion.mk"
-BUILDLINK_API_DEPENDS.pycairo+= ${PYPKGPREFIX}-cairo>=1.0.2
-BUILDLINK_ABI_DEPENDS.pycairo+= ${PYPKGPREFIX}-cairo>=1.10.0nb1
-BUILDLINK_PKGSRCDIR.pycairo?= ../../graphics/py-cairo
+BUILDLINK_API_DEPENDS.py-cairo+= ${PYPKGPREFIX}-cairo>=1.10.0
+BUILDLINK_PKGSRCDIR.py-cairo?= ../../graphics/py-cairo
.include "../../graphics/cairo/buildlink3.mk"
-.endif # PY_CAIRO_BUILDLINK3_MK
+.endif # PY_CAIRO_BUILDLINK3_MK
-BUILDLINK_TREE+= -pycairo
+BUILDLINK_TREE+= -py-cairo
diff -r 331d77df6ba2 -r 59d4afa99ba2 graphics/py-cairo3/DESCR
--- a/graphics/py-cairo3/DESCR Thu Jan 23 11:11:46 2014 +0000
+++ b/graphics/py-cairo3/DESCR Thu Jan 23 11:12:43 2014 +0000
@@ -3,4 +3,4 @@
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.
-This package contains the Python bindings for Cairo.
+This package contains the Python bindings for Cairo for Python 3.x.
diff -r 331d77df6ba2 -r 59d4afa99ba2 graphics/py-cairo3/Makefile
--- a/graphics/py-cairo3/Makefile Thu Jan 23 11:11:46 2014 +0000
+++ b/graphics/py-cairo3/Makefile Thu Jan 23 11:12:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/23 11:11:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/23 11:12:43 wiz Exp $
DISTNAME= pycairo-1.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -8,7 +8,7 @@
MAINTAINER= leuzi%trash.net@localhost
HOMEPAGE= http://cairographics.org/pycairo/
-COMMENT= Python bindings for cairo
+COMMENT= Python bindings for cairo (python-3.x version)
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
USE_PKGLOCALEDIR= yes
Home |
Main Index |
Thread Index |
Old Index