From 547ca687262d93ccf4368a616cfc29ffed55c759 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 31 Jul 2018 15:55:16 +0000 Subject: chat/tootstream: incompatible with python37 due to its chat/py-mastodon dependency. --- chat/tootstream/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile index 82e7bc6c2a4..6e8b7888f2c 100644 --- a/chat/tootstream/Makefile +++ b/chat/tootstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/07/26 20:24:48 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/31 15:55:16 nia Exp $ DISTNAME= tootstream-0.3.4 CATEGORIES= chat www @@ -12,7 +12,8 @@ LICENSE= mit EXTRACT_USING= bsdtar USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE+= 27 +PYTHON_VERSIONS_INCOMPATIBLE+= 37 # mastodon.py DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored -- cgit v1.2.3