pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markdown



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  1 21:06:35 UTC 2021

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

Log Message:
py-markdown: mark as not-for-python2.7

py-markdown3 does that.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-markdown/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-markdown/Makefile
diff -u pkgsrc/textproc/py-markdown/Makefile:1.21 pkgsrc/textproc/py-markdown/Makefile:1.22
--- pkgsrc/textproc/py-markdown/Makefile:1.21   Mon Aug 31 23:07:06 2020
+++ pkgsrc/textproc/py-markdown/Makefile        Mon Nov  1 21:06:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/08/31 23:07:06 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/01 21:06:35 wiz Exp $
 
 DISTNAME=      Markdown-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -13,6 +13,7 @@ LICENSE=      modified-bsd
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index