pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-markups py-markups: not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6211b2eb089c
branches:  trunk
changeset: 438925:6211b2eb089c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 12 12:20:11 2020 +0000

description:
py-markups: not for python 2.7

diffstat:

 textproc/py-markups/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 811e5bc31bb5 -r 6211b2eb089c textproc/py-markups/Makefile
--- a/textproc/py-markups/Makefile      Sat Sep 12 11:05:57 2020 +0000
+++ b/textproc/py-markups/Makefile      Sat Sep 12 12:20:11 2020 +0000
@@ -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}-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