pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/tootstream chat/tootstream: incompatible with pyt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bafca4a87d1e
branches: trunk
changeset: 383462:bafca4a87d1e
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jul 31 15:55:16 2018 +0000
description:
chat/tootstream: incompatible with python37 due to its chat/py-mastodon
dependency.
diffstat:
chat/tootstream/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 99aaa77b151b -r bafca4a87d1e chat/tootstream/Makefile
--- a/chat/tootstream/Makefile Tue Jul 31 15:54:26 2018 +0000
+++ b/chat/tootstream/Makefile Tue Jul 31 15:55:16 2018 +0000
@@ -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 @@
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