Received: by mail.netbsd.org (Postfix, from userid 605) id 0C9EC84FD4; Tue, 31 Jul 2018 15:55:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1160A84E70 for ; Tue, 31 Jul 2018 15:55:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yKSgTBESN2pU for ; Tue, 31 Jul 2018 15:55:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3CF1684DA6 for ; Tue, 31 Jul 2018 15:55:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FEF6FBEC; Tue, 31 Jul 2018 15:55:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533052516223980" MIME-Version: 1.0 Date: Tue, 31 Jul 2018 15:55:16 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/tootstream To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180731155516.2FEF6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1533052516223980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1533052516223980 Content-Disposition: inline Content-Length: 771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1533052516223980--