summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-07-31 15:54:26 +0000
committernia <nia@pkgsrc.org>2018-07-31 15:54:26 +0000
commitb2d339caa62611c6b4c2b5c3cc4c923998583d34 (patch)
treed5829a550abdf6612d44aba7f02b7cae1bcddc64 /chat
parent293f8042da2c314fcefb7f4e47ff065f1ce8e133 (diff)
downloadpkgsrc-b2d339caa62611c6b4c2b5c3cc4c923998583d34.tar.gz
chat/py-mastodon: Version in pkgsrc is incompatible with python37
due to a collision with the async keyword.
Diffstat (limited to 'chat')
-rw-r--r--chat/py-mastodon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/py-mastodon/Makefile b/chat/py-mastodon/Makefile
index b90751ad8ed..58fbe6676c3 100644
--- a/chat/py-mastodon/Makefile
+++ b/chat/py-mastodon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/07/25 18:59:08 nia Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/31 15:54:26 nia Exp $
VERSION= 1.2.2
DISTNAME= Mastodon.py-${VERSION}
@@ -14,6 +14,9 @@ LICENSE= mit
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
+# collision with the async keyword, issues/120
+PYTHON_VERSIONS_INCOMPATIBLE+= 37
+
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz