pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo3 Explicitly allow python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa0090334d2
branches:  trunk
changeset: 629619:5fa0090334d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 24 15:59:41 2014 +0000

description:
Explicitly allow python-3.x.

diffstat:

 graphics/py-cairo3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc6279168758 -r 5fa0090334d2 graphics/py-cairo3/Makefile
--- a/graphics/py-cairo3/Makefile       Fri Jan 24 13:28:30 2014 +0000
+++ b/graphics/py-cairo3/Makefile       Fri Jan 24 15:59:41 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/23 11:12:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/24 15:59:41 wiz Exp $
 
 DISTNAME=              pycairo-1.10.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -20,6 +20,7 @@
 PKGCONFIG_OVERRIDE+=   py3cairo.pc.in
 PYTHON_SELF_CONFLICT=  yes
 PYTHON_VERSIONS_INCOMPATIBLE=  26 27
+PYTHON_VERSIONS_INCLUDE_3X=    yes
 PY_PATCHPLIST=         yes
 # waf is not smart enough for this as of 1.10.0
 PY_PEP3147=            no



Home | Main Index | Thread Index | Old Index