pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-restructuredtext_lint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:16:49 UTC 2023

Modified Files:
        pkgsrc/devel/py-restructuredtext_lint: Makefile

Log Message:
py-restructuredtext_lint: Python 3 only


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-restructuredtext_lint/Makefile

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

Modified files:

Index: pkgsrc/devel/py-restructuredtext_lint/Makefile
diff -u pkgsrc/devel/py-restructuredtext_lint/Makefile:1.7 pkgsrc/devel/py-restructuredtext_lint/Makefile:1.8
--- pkgsrc/devel/py-restructuredtext_lint/Makefile:1.7  Tue Apr 19 19:11:00 2022
+++ pkgsrc/devel/py-restructuredtext_lint/Makefile      Tue May  2 16:16:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/04/19 19:11:00 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/05/02 16:16:49 wiz Exp $
 
 DISTNAME=      restructuredtext_lint-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-docutils>=0.11:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 post-install:



Home | Main Index | Thread Index | Old Index