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/58bd01409981
branches:  trunk
changeset: 311087:58bd01409981
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 946f88b79b5b -r 58bd01409981 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