pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-werkzeug-docs



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Nov 10 08:29:19 UTC 2023

Modified Files:
        pkgsrc/www/py-werkzeug-docs: Makefile

Log Message:
py-werkzeug-docs: Fix PYTHON_VERSIONS_INCOMPATIBLE


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-werkzeug-docs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-werkzeug-docs/Makefile
diff -u pkgsrc/www/py-werkzeug-docs/Makefile:1.18 pkgsrc/www/py-werkzeug-docs/Makefile:1.19
--- pkgsrc/www/py-werkzeug-docs/Makefile:1.18   Fri Apr 29 23:09:31 2022
+++ pkgsrc/www/py-werkzeug-docs/Makefile        Fri Nov 10 08:29:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/04/29 23:09:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/11/10 08:29:19 jperkin Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
 COMMENT=       Python WSGI Utility Library (HTML documentation)
@@ -13,7 +13,7 @@ NO_CONFIGURE= yes
 BUILD_TARGET=  html
 BUILD_DIRS=    docs
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 INSTALLATION_DIRS+=    ${DOCDIR}/html
 



Home | Main Index | Thread Index | Old Index