summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-09-21 21:44:12 +0000
committernia <nia@pkgsrc.org>2018-09-21 21:44:12 +0000
commitfa7cc676f1236adaa89ddc3c716f82ac2330ddd0 (patch)
tree0ee40f6bf9277db9d22450ab3b6fb816cf9930f4 /chat
parenta14a46460d463071f50f6d7b97e0f70bcd68593b (diff)
downloadpkgsrc-fa7cc676f1236adaa89ddc3c716f82ac2330ddd0.tar.gz
chat/tootstream: require Python 3.7 as a temporary workaround for an
exception-on-startup bug reported by SDF.
Diffstat (limited to 'chat')
-rw-r--r--chat/tootstream/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile
index 529329233c5..19bc8c6f8a9 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/08/21 17:34:48 nia Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/21 21:44:12 nia Exp $
DISTNAME= tootstream-0.3.5
+PKGREVISION= 1
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
@@ -12,7 +13,10 @@ LICENSE= mit
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+# incompatible with python 2.
+# strange locale errors on earlier versions of python 3, related
+# to py-click.
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 34 35 36
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored