pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 25 12:23:41 UTC 2017

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

Log Message:
py-flask: add upstream bug report URL for test failures


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-flask/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-flask/Makefile
diff -u pkgsrc/www/py-flask/Makefile:1.11 pkgsrc/www/py-flask/Makefile:1.12
--- pkgsrc/www/py-flask/Makefile:1.11   Mon Jun 12 10:17:39 2017
+++ pkgsrc/www/py-flask/Makefile        Sat Nov 25 12:23:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/12 10:17:39 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/11/25 12:23:41 wiz Exp $
 
 DISTNAME=      Flask-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,7 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-itsdangerous-[0
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 
-# actually TEST_DEPENDS
+# https://github.com/pallets/flask/issues/2531
+# TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 do-test:



Home | Main Index | Thread Index | Old Index