pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-breathe



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:57:06 UTC 2024

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

Log Message:
py-breathe: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-breathe/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-breathe/Makefile
diff -u pkgsrc/textproc/py-breathe/Makefile:1.8 pkgsrc/textproc/py-breathe/Makefile:1.9
--- pkgsrc/textproc/py-breathe/Makefile:1.8     Tue Nov  7 22:38:05 2023
+++ pkgsrc/textproc/py-breathe/Makefile Sat Aug 10 07:57:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/11/07 22:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 07:57:06 adam Exp $
 
 DISTNAME=      breathe-4.35.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,7 +17,7 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index