pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/csvtomd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 16 19:55:18 UTC 2024

Modified Files:
        pkgsrc/textproc/csvtomd: Makefile

Log Message:
csvtomd: restore PYTHON_VERSION_INCOMPATIBLE

e.g. py-test does not support py27.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/csvtomd/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/csvtomd/Makefile
diff -u pkgsrc/textproc/csvtomd/Makefile:1.11 pkgsrc/textproc/csvtomd/Makefile:1.12
--- pkgsrc/textproc/csvtomd/Makefile:1.11       Thu May 16 17:06:24 2024
+++ pkgsrc/textproc/csvtomd/Makefile    Thu May 16 19:55:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/16 17:06:24 cheusov Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/16 19:55:18 wiz Exp $
 
 DISTNAME=      csvtomd-0.2.1
 CATEGORIES=    textproc
@@ -20,7 +20,7 @@ REPLACE_PYTHON+=      csvtomd
 
 USE_PKG_RESOURCES=     yes
 
-# PYTHON_VERSIONS_INCOMPATIBLE=        27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 PYSETUP=               setup.py
 



Home | Main Index | Thread Index | Old Index