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:   wiz
Date:           Fri Apr 29 23:09:31 UTC 2022

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

Log Message:
py-werkzeug-docs: mark as not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/www/py-werkzeug-docs/Makefile:1.18
--- pkgsrc/www/py-werkzeug-docs/Makefile:1.17   Fri Apr 29 13:36:19 2022
+++ pkgsrc/www/py-werkzeug-docs/Makefile        Fri Apr 29 23:09:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/29 13:36:19 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/29 23:09:31 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
 COMMENT=       Python WSGI Utility Library (HTML documentation)
@@ -13,6 +13,8 @@ NO_CONFIGURE= yes
 BUILD_TARGET=  html
 BUILD_DIRS=    docs
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 INSTALLATION_DIRS+=    ${DOCDIR}/html
 
 DOCDIR=                share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//}



Home | Main Index | Thread Index | Old Index