summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-07-31 15:55:16 +0000
committernia <nia@pkgsrc.org>2018-07-31 15:55:16 +0000
commit547ca687262d93ccf4368a616cfc29ffed55c759 (patch)
tree868f45c80d407f8250f45d3d0dbf1c04b73171d5 /chat
parentb2d339caa62611c6b4c2b5c3cc4c923998583d34 (diff)
downloadpkgsrc-547ca687262d93ccf4368a616cfc29ffed55c759.tar.gz
chat/tootstream: incompatible with python37 due to its chat/py-mastodon
dependency.
Diffstat (limited to 'chat')
-rw-r--r--chat/tootstream/Makefile5
1 files changed, 3 insertions, 2 deletions
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