pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-newsfeed



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 08:01:16 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-newsfeed: Makefile

Log Message:
py-sphinxcontrib-newsfeed: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinxcontrib-newsfeed/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-newsfeed/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.6 pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.7
--- pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile:1.6      Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-newsfeed/Makefile  Sat Aug 10 08:01:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/10 08:01:16 adam Exp $
 
 DISTNAME=      sphinxcontrib-newsfeed-0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index