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:   maya
Date:           Fri Jan 29 18:06:42 UTC 2021

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

Log Message:
py-buildbot: requires py-sqlite3.

Normally comes python so it's not specified in setup.py, but not in pkgsrc.
bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/devel/py-buildbot/Makefile:1.25
--- pkgsrc/devel/py-buildbot/Makefile:1.24      Mon Aug 31 23:07:01 2020
+++ pkgsrc/devel/py-buildbot/Makefile   Fri Jan 29 18:06:42 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/08/31 23:07:01 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2021/01/29 18:06:42 maya Exp $
 
 DISTNAME=      buildbot-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot/}
 
@@ -14,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-JWT-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=1.1.0:../../databases/py-sqlalchemy
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted



Home | Main Index | Thread Index | Old Index