pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc Allow python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34147bf1c5ca
branches:  trunk
changeset: 610085:34147bf1c5ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 17 22:16:36 2012 +0000

description:
Allow python-3.x.

diffstat:

 textproc/py-jinja2/Makefile   |  4 +++-
 textproc/py-pygments/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 6a6635ebb32e -r 34147bf1c5ca textproc/py-jinja2/Makefile
--- a/textproc/py-jinja2/Makefile       Wed Oct 17 22:15:00 2012 +0000
+++ b/textproc/py-jinja2/Makefile       Wed Oct 17 22:16:36 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/02/04 12:37:16 obache Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/17 22:16:36 wiz Exp $
 
 DISTNAME=      Jinja2-2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,5 +14,7 @@
 
 USE_LANGUAGES=         #none
 
+PYTHON_VERSIONS_INCLUDE_3X=    yes
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6a6635ebb32e -r 34147bf1c5ca textproc/py-pygments/Makefile
--- a/textproc/py-pygments/Makefile     Wed Oct 17 22:15:00 2012 +0000
+++ b/textproc/py-pygments/Makefile     Wed Oct 17 22:16:36 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/17 17:35:25 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/17 22:16:36 wiz Exp $
 #
 
 DISTNAME=      Pygments-1.5
@@ -15,6 +15,8 @@
 
 USE_LANGUAGES=         #none
 
+PYTHON_VERSIONS_INCLUDE_3X=    yes
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])



Home | Main Index | Thread Index | Old Index