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:           Fri Sep 21 21:44:12 UTC 2018

Modified Files:
        pkgsrc/chat/tootstream: Makefile

Log Message:
chat/tootstream: require Python 3.7 as a temporary workaround for an
exception-on-startup bug reported by SDF.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/chat/tootstream/Makefile:1.5
--- pkgsrc/chat/tootstream/Makefile:1.4 Tue Aug 21 17:34:48 2018
+++ pkgsrc/chat/tootstream/Makefile     Fri Sep 21 21:44:12 2018
@@ -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 @@ LICENSE=     mit
 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