pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpbin py-httpbin: this package is missing a d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/891d47d29c72
branches:  trunk
changeset: 371976:891d47d29c72
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 25 12:54:37 2017 +0000

description:
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.

diffstat:

 www/py-httpbin/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r ec103d19c3e1 -r 891d47d29c72 www/py-httpbin/Makefile
--- a/www/py-httpbin/Makefile   Sat Nov 25 12:39:26 2017 +0000
+++ b/www/py-httpbin/Makefile   Sat Nov 25 12:54:37 2017 +0000
@@ -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}-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