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: wiz
Date: Thu Sep 26 10:30:33 UTC 2019
Modified Files:
pkgsrc/devel/py-buildbot: Makefile
Log Message:
py-buildbot: forbid python 2.7 due to py-autobahn
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/devel/py-buildbot/Makefile:1.22
--- pkgsrc/devel/py-buildbot/Makefile:1.21 Fri May 3 10:54:38 2019
+++ pkgsrc/devel/py-buildbot/Makefile Thu Sep 26 10:30:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/05/03 10:54:38 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/09/26 10:30:33 wiz Exp $
DISTNAME= buildbot-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -30,10 +30,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]
TEST_DEPENDS+= ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-TEST_DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-autobahn
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index