pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/tootstream
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 31 15:55:16 UTC 2018
Modified Files:
pkgsrc/chat/tootstream: Makefile
Log Message:
chat/tootstream: incompatible with python37 due to its chat/py-mastodon
dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/tootstream/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/tootstream/Makefile
diff -u pkgsrc/chat/tootstream/Makefile:1.1 pkgsrc/chat/tootstream/Makefile:1.2
--- pkgsrc/chat/tootstream/Makefile:1.1 Thu Jul 26 20:24:48 2018
+++ pkgsrc/chat/tootstream/Makefile Tue Jul 31 15:55:16 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index