pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpbin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 25 12:54:37 UTC 2017

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

Log Message:
py-httpbin: this package is missing a dependency, raven

However, that is currently only packaged in wip.
Add a comment about this for someone else to fix.

Add a comment about an upstream bug report for a test failure.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-httpbin/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-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.6 pkgsrc/www/py-httpbin/Makefile:1.7
--- pkgsrc/www/py-httpbin/Makefile:1.6  Mon Oct 23 15:45:29 2017
+++ pkgsrc/www/py-httpbin/Makefile      Sat Nov 25 12:54:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/10/23 15:45:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/11/25 12:54:37 wiz Exp $
 
 DISTNAME=      httpbin-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,8 +18,12 @@ DEPENDS+=    ${PYPKGPREFIX}-Flask-Limiter-[
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+#DEPENDS+=     ${PYPKGPREFIX}-raven-[0-9]*:../../wip/py-raven
 
 USE_LANGUAGES= # none
 
+# test failure:
+# https://github.com/kennethreitz/httpbin/issues/403
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index