pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-buildbot



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Sep 25 12:05:19 UTC 2016

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

Log Message:
py-buildbot requires py-sqlparse to operate

Bump PKGREVISION to 1


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-buildbot/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/Makefile
diff -u pkgsrc/devel/py-buildbot/Makefile:1.9 pkgsrc/devel/py-buildbot/Makefile:1.10
--- pkgsrc/devel/py-buildbot/Makefile:1.9       Sat Jul  9 13:03:40 2016
+++ pkgsrc/devel/py-buildbot/Makefile   Sun Sep 25 12:05:18 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:40 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/25 12:05:18 kamil Exp $
 
 DISTNAME=              buildbot-0.8.8
+PKGREVISION=           1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel net python
 MASTER_SITES=          http://buildbot.googlecode.com/files/
@@ -15,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sqlalchemy-migr
 DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
+DEPENDS+=      ${PYPKGPREFIX}-sqlparse-[0-9]*:../../databases/py-sqlparse
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-twisted, py-sqlite2, py-sqlalchemy-migrate
 



Home | Main Index | Thread Index | Old Index