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:   wiz
Date:           Mon Jul 11 07:22:04 UTC 2022

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

Log Message:
py-sphinxcontrib-log-cabinet: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    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.2 pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile:1.3
--- pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile:1.2   Tue Jan  4 20:55:07 2022
+++ pkgsrc/textproc/py-sphinxcontrib-log-cabinet/Makefile       Mon Jul 11 07:22:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:07 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/11 07:22:04 wiz Exp $
 
 DISTNAME=      sphinxcontrib-log-cabinet-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index