pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-buildbot-www
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 5 05:29:53 UTC 2018
Modified Files:
pkgsrc/devel/py-buildbot-www: Makefile
Log Message:
py-buildbot-www: TEST_DEPENDS -> BUILD_DEPENDS
setup.py checks for mock's existence and does not build if it's not there.
While here, USE_LANGUAGE -> USE_LANGUAGES.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-buildbot-www/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-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.4 pkgsrc/devel/py-buildbot-www/Makefile:1.5
--- pkgsrc/devel/py-buildbot-www/Makefile:1.4 Tue Apr 3 20:58:19 2018
+++ pkgsrc/devel/py-buildbot-www/Makefile Thu Apr 5 05:29:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/04/03 20:58:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/05 05:29:53 wiz Exp $
DISTNAME= buildbot-www-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,9 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-USE_LANGUAGE= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index