pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markups



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 12 12:20:11 UTC 2020

Modified Files:
        pkgsrc/textproc/py-markups: Makefile

Log Message:
py-markups: not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markups/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-markups/Makefile
diff -u pkgsrc/textproc/py-markups/Makefile:1.1 pkgsrc/textproc/py-markups/Makefile:1.2
--- pkgsrc/textproc/py-markups/Makefile:1.1     Fri Mar  1 22:07:19 2019
+++ pkgsrc/textproc/py-markups/Makefile Sat Sep 12 12:20:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/01 22:07:19 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/12 12:20:11 tnn Exp $
 
 VERSION=       3.0.0
 DISTNAME=      Markups-${VERSION}
@@ -16,6 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-markdown-math-[
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
 
+PYTHON_VERSIONS_INCOMPATIBLE=   27     # py-markdown-math
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index