pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-log-cabinet



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

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-log-cabinet: Makefile

Log Message:
py-sphinxcontrib-log-cabinet: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/textproc/py-sphinxcontrib-log-cabinet/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-sphinxcontrib-log-cabinet/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile:1.4 pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile:1.5
--- pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile:1.4   Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile       Sat Aug 10 07:55:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/10 07:55:55 adam Exp $
 
 DISTNAME=      sphinxcontrib-log-cabinet-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,9 +13,9 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index