pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-meinheld py-meinheld: make py-gunicorn a build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/923ef9429ec4
branches:  trunk
changeset: 369560:923ef9429ec4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 30 21:52:06 2017 +0000

description:
py-meinheld: make py-gunicorn a build dependency.

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

Bump PKGREVISION.

diffstat:

 www/py-meinheld/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 2b942dcf05ab -r 923ef9429ec4 www/py-meinheld/Makefile
--- a/www/py-meinheld/Makefile  Sat Sep 30 20:58:00 2017 +0000
+++ b/www/py-meinheld/Makefile  Sat Sep 30 21:52:06 2017 +0000
@@ -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 @@
 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