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:   joerg
Date:           Fri Sep 29 21:29:50 UTC 2017

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

Log Message:
Add missing dependencies. Bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/www/py-httpbin/Makefile:1.5
--- pkgsrc/www/py-httpbin/Makefile:1.4  Thu Aug 31 08:44:34 2017
+++ pkgsrc/www/py-httpbin/Makefile      Fri Sep 29 21:29:50 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2017/08/31 08:44:34 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/29 21:29:50 joerg Exp $
 
 DISTNAME=      httpbin-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpbin/}
 
@@ -11,6 +12,8 @@ COMMENT=      HTTP Request and Response Servi
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+DEPENDS+=      ${PYPKGPREFIX}-flask-common-[0-9]*:../../www/py-flask-common
+DEPENDS+=      ${PYPKGPREFIX}-Flask-Limiter-[0-9]*:../../www/py-flask-limiter
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous



Home | Main Index | Thread Index | Old Index