pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-werkzeug



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 10:14:41 UTC 2020

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

Log Message:
www/py-werkzeug: remove examples/cookieauth.py from SUBST_FILES

It doesn't exist anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-werkzeug/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/Makefile
diff -u pkgsrc/www/py-werkzeug/Makefile:1.16 pkgsrc/www/py-werkzeug/Makefile:1.17
--- pkgsrc/www/py-werkzeug/Makefile:1.16        Fri Oct 11 16:29:17 2019
+++ pkgsrc/www/py-werkzeug/Makefile     Sat May  2 10:14:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/10/11 16:29:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/02 10:14:41 rillig Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 
@@ -7,15 +7,7 @@ COMMENT=       Python WSGI Utility Library
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
-REPLACE_PYTHON=                examples/cookieauth.py
-REPLACE_PYTHON+=       examples/manage-coolmagic.py
-REPLACE_PYTHON+=       examples/manage-couchy.py
-REPLACE_PYTHON+=       examples/manage-cupoftee.py
-REPLACE_PYTHON+=       examples/manage-i18nurls.py
-REPLACE_PYTHON+=       examples/manage-plnt.py
-REPLACE_PYTHON+=       examples/manage-shorty.py
-REPLACE_PYTHON+=       examples/manage-simplewiki.py
-REPLACE_PYTHON+=       examples/manage-webpylike.py
+REPLACE_PYTHON+=       examples/manage-*.py
 REPLACE_PYTHON+=       examples/upload.py
 REPLACE_PYTHON+=       examples/contrib/sessions.py
 REPLACE_PYTHON+=       tests/multipart/test_collect.py



Home | Main Index | Thread Index | Old Index