pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-buildbot-worker py-buildbot-worker: Needs py-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/700db79af38f
branches:  trunk
changeset: 369904:700db79af38f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Oct 07 20:45:31 2017 +0000

description:
py-buildbot-worker: Needs py-future. Bump revision.

diffstat:

 devel/py-buildbot-worker/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 371f38d14d91 -r 700db79af38f devel/py-buildbot-worker/Makefile
--- a/devel/py-buildbot-worker/Makefile Sat Oct 07 19:49:08 2017 +0000
+++ b/devel/py-buildbot-worker/Makefile Sat Oct 07 20:45:31 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 21:38:35 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/07 20:45:31 joerg Exp $
 
 DISTNAME=      buildbot-worker-0.9.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-worker/}
 
@@ -10,6 +11,7 @@
 COMMENT=       Worker for the buildbot CI system
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index