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: adam
Date: Sat Aug 10 07:46:27 UTC 2024
Modified Files:
pkgsrc/www/py-werkzeug-docs: Makefile
Log Message:
py-werkzeug-docs: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/www/py-werkzeug-docs/Makefile:1.20
--- pkgsrc/www/py-werkzeug-docs/Makefile:1.19 Fri Nov 10 08:29:19 2023
+++ pkgsrc/www/py-werkzeug-docs/Makefile Sat Aug 10 07:46:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/11/10 08:29:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2024/08/10 07:46:27 adam 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 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
INSTALLATION_DIRS+= ${DOCDIR}/html
Home |
Main Index |
Thread Index |
Old Index