pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-meinheld



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 30 21:52:06 UTC 2017

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

Log Message:
py-meinheld: make py-gunicorn a build dependency.

It is needed for the tests, but joerg says it's optional at runtime.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-meinheld/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-meinheld/Makefile
diff -u pkgsrc/www/py-meinheld/Makefile:1.2 pkgsrc/www/py-meinheld/Makefile:1.3
--- pkgsrc/www/py-meinheld/Makefile:1.2 Sat Sep 30 12:51:57 2017
+++ pkgsrc/www/py-meinheld/Makefile     Sat Sep 30 21:52:06 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/09/30 12:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/30 21:52:06 wiz Exp $
 
 DISTNAME=      meinheld-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meinheld/}
 
@@ -11,7 +12,8 @@ COMMENT=      Python WSGI HTTP server
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0.4.5<0.5:../../devel/py-greenlet
-DEPENDS+=      ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
+# needed for tests, optional at runtime
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index