pkgsrc-Changes archive

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

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



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-httpdomain/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-httpdomain/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.1 pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.2
--- pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.1    Mon Jan 22 16:15:39 2024
+++ pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile        Sat Aug 10 07:54:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/22 16:15:39 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 07:54:42 adam Exp $
 
 DISTNAME=      sphinxcontrib-httpdomain-1.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinx>=1.6:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index