pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec  9 09:49:35 UTC 2020

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile

Log Message:
Mark packages that fail with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/py-tortoisehg/Makefile

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

Modified files:

Index: pkgsrc/devel/py-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.67 pkgsrc/devel/py-tortoisehg/Makefile:1.68
--- pkgsrc/devel/py-tortoisehg/Makefile:1.67    Sat Nov  7 16:32:13 2020
+++ pkgsrc/devel/py-tortoisehg/Makefile Wed Dec  9 09:49:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/11/07 16:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2020/12/09 09:49:35 nia Exp $
 
 DISTNAME=              tortoisehg-5.6
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -27,6 +27,8 @@ SUBST_SED.df=         -e 's:thg_logo:${PREFIX}$
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/doc/tortoisehg
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 pre-build:
        ${RUN} cd ${WRKSRC}/doc && ${MAKE_PROGRAM} SPHINXBUILD=sphinx-build-${PYVERSSUFFIX} html
        ${RUN} rm ${WRKSRC}/doc/build/html/.buildinfo



Home | Main Index | Thread Index | Old Index