pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-mastodon
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 31 15:54:27 UTC 2018
Modified Files:
pkgsrc/chat/py-mastodon: Makefile
Log Message:
chat/py-mastodon: Version in pkgsrc is incompatible with python37
due to a collision with the async keyword.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-mastodon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/py-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.3 pkgsrc/chat/py-mastodon/Makefile:1.4
--- pkgsrc/chat/py-mastodon/Makefile:1.3 Wed Jul 25 18:59:08 2018
+++ pkgsrc/chat/py-mastodon/Makefile Tue Jul 31 15:54:26 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index