pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-buildbot py-buildbot: forbid python 2.7 due t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a374c994aa3
branches:  trunk
changeset: 340207:4a374c994aa3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 10:30:33 2019 +0000

description:
py-buildbot: forbid python 2.7 due to py-autobahn

diffstat:

 devel/py-buildbot/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 6e4425028c35 -r 4a374c994aa3 devel/py-buildbot/Makefile
--- a/devel/py-buildbot/Makefile        Thu Sep 26 10:30:01 2019 +0000
+++ b/devel/py-buildbot/Makefile        Thu Sep 26 10:30:33 2019 +0000
@@ -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}-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