pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-buildbot-worker



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Oct  7 20:45:31 UTC 2017

Modified Files:
        pkgsrc/devel/py-buildbot-worker: Makefile

Log Message:
py-buildbot-worker: Needs py-future. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-worker/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-buildbot-worker/Makefile
diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.1 pkgsrc/devel/py-buildbot-worker/Makefile:1.2
--- pkgsrc/devel/py-buildbot-worker/Makefile:1.1        Fri Sep 29 21:38:35 2017
+++ pkgsrc/devel/py-buildbot-worker/Makefile    Sat Oct  7 20:45:31 2017
@@ -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 @@ HOMEPAGE=     https://buildbot.net/
 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