pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/uhd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 17 15:53:50 UTC 2017

Modified Files:
        pkgsrc/ham/uhd: Makefile

Log Message:
Mark as not ready for python-3.x due to py-cheetah.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/uhd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.23 pkgsrc/ham/uhd/Makefile:1.24
--- pkgsrc/ham/uhd/Makefile:1.23        Sun Jan  1 16:06:23 2017
+++ pkgsrc/ham/uhd/Makefile     Fri Feb 17 15:53:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/01/01 16:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/02/17 15:53:50 wiz Exp $
 
 DISTNAME=              uhd-3.9.4
 PKGREVISION=           4
@@ -17,6 +17,8 @@ BUILD_DEPENDS+=               ${PYPKGPREFIX}-docutils
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 BUILD_DEPENDS+=                doxygen>=1.8.12:../../devel/doxygen
 
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-cheetah
+
 CMAKE_ARGS+=           -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
 CMAKE_ARGS+=           -Wno-dev
 



Home | Main Index | Thread Index | Old Index