diff options
author | rm <rm@FreeBSD.org> | 2015-07-15 02:20:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-15 02:20:35 +0800 |
commit | 948e485746808b40ae021868e479daa93e49adfc (patch) | |
tree | 62e0d04f9620cc1ee5772b5a23c3846476f1f067 /sysutils | |
parent | 03337a5eefee74fc9066017927a6fae9d085e655 (diff) | |
download | freebsd-ports-gnome-948e485746808b40ae021868e479daa93e49adfc.tar.gz freebsd-ports-gnome-948e485746808b40ae021868e479daa93e49adfc.tar.zst freebsd-ports-gnome-948e485746808b40ae021868e479daa93e49adfc.zip |
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 "<string>", line 1, in <module>
File "setup.py", line 25, in <module>
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 <tony@git-pull.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-tmuxp/Makefile | 5 | ||||
-rw-r--r-- | sysutils/py-tmuxp/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 0edb89ca4111..9b4966ede3a5 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxp -PORTVERSION= 0.1.12 +PORTVERSION= 0.9.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \ ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:${PORTSDIR}/devel/py-kaptan \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:${PORTSDIR}/devel/py-colorama \ tmux:${PORTSDIR}/sysutils/tmux -USES= python +USES= python:2 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index f90cb2d4e8d4..1cd875126b43 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,2 +1,2 @@ -SHA256 (tmuxp-0.1.12.tar.gz) = 07ea453e7634e2859ebae91d806618908c7abd4b96ca1df644a9fe773e9a5b71 -SIZE (tmuxp-0.1.12.tar.gz) = 80636 +SHA256 (tmuxp-0.9.0.tar.gz) = 03023f5db87c8abb4acf36b0837e372b879f903e6f9f24f6448ff8744d4b28f5 +SIZE (tmuxp-0.9.0.tar.gz) = 77925 |