K 10 svn:author V 2 rm K 8 svn:date V 27 2015-07-14T18:20:35.314376Z K 7 svn:log V 628 sysutils/py-tmuxp: update to 0.9.0 This release fixing compatibility with tmux 2.0. While here, limit python version to 2.x: """ ===> Configuring for py34-tmuxp-0.9.0 Traceback (most recent call last): File "", line 1, in File "setup.py", line 25, in readme = open('README.rst').read() File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 635: ordinal not in range(128) """ PR: 201431 Submitted by: Tony Narlock (maintainer) END