pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-doc8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:09:41 UTC 2025

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

Log Message:
py-doc8: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-doc8/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-doc8/Makefile
diff -u pkgsrc/devel/py-doc8/Makefile:1.12 pkgsrc/devel/py-doc8/Makefile:1.13
--- pkgsrc/devel/py-doc8/Makefile:1.12  Mon Nov 11 07:28:06 2024
+++ pkgsrc/devel/py-doc8/Makefile       Tue Mar  4 09:09:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/11/11 07:28:06 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/04 09:09:41 wiz Exp $
 
 DISTNAME=      doc8-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,8 @@ DEPENDS+=     ${PYPKGPREFIX}-stevedore-[0-9]
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-stevedore
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli



Home | Main Index | Thread Index | Old Index