pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markdown-it-py



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 20 23:34:17 UTC 2023

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

Log Message:
py-markdown-it-py: mark as not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-markdown-it-py/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-it-py/Makefile
diff -u pkgsrc/textproc/py-markdown-it-py/Makefile:1.1 pkgsrc/textproc/py-markdown-it-py/Makefile:1.2
--- pkgsrc/textproc/py-markdown-it-py/Makefile:1.1      Mon Feb 20 10:52:16 2023
+++ pkgsrc/textproc/py-markdown-it-py/Makefile  Mon Feb 20 23:34:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/02/20 10:52:16 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/02/20 23:34:17 wiz Exp $
 
 DISTNAME=      markdown-it-py-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-mdurl>=0.1:../.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} markdown-it markdown-it-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index