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: require Python 3.7 as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8557623675d6
branches: trunk
changeset: 313004:8557623675d6
user: nia <nia%pkgsrc.org@localhost>
date: Fri Sep 21 21:44:12 2018 +0000
description:
chat/tootstream: require Python 3.7 as a temporary workaround for an
exception-on-startup bug reported by SDF.
diffstat:
chat/tootstream/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r a83b6caebd6a -r 8557623675d6 chat/tootstream/Makefile
--- a/chat/tootstream/Makefile Fri Sep 21 21:26:33 2018 +0000
+++ b/chat/tootstream/Makefile Fri Sep 21 21:44:12 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/08/21 17:34:48 nia Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/21 21:44:12 nia Exp $
DISTNAME= tootstream-0.3.5
+PKGREVISION= 1
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
@@ -12,7 +13,10 @@
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+# incompatible with python 2.
+# strange locale errors on earlier versions of python 3, related
+# to py-click.
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 34 35 36
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored
Home |
Main Index |
Thread Index |
Old Index