pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mastodon chat/py-mastodon: Version in pkgsrc i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/946f88b79b5b
branches:  trunk
changeset: 311086:946f88b79b5b
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 31 15:54:26 2018 +0000

description:
chat/py-mastodon: Version in pkgsrc is incompatible with python37
due to a collision with the async keyword.

diffstat:

 chat/py-mastodon/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d701bd1ce358 -r 946f88b79b5b chat/py-mastodon/Makefile
--- a/chat/py-mastodon/Makefile Tue Jul 31 15:35:38 2018 +0000
+++ b/chat/py-mastodon/Makefile Tue Jul 31 15:54:26 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index