aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-tmuxp
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-14 18:20:35 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-07-14 18:20:35 +0000
commit706e751c4ac47cc3bca30b3d23906e7eafe4f1e4 (patch)
tree62e0d04f9620cc1ee5772b5a23c3846476f1f067 /sysutils/py-tmuxp
parentb24c2e943bccd28677d6becdc57b0eb7f84bfd76 (diff)
downloadports-706e751c4ac47cc3bca30b3d23906e7eafe4f1e4.tar.gz
ports-706e751c4ac47cc3bca30b3d23906e7eafe4f1e4.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)
Notes
Notes: svn path=/head/; revision=392042
Diffstat (limited to 'sysutils/py-tmuxp')
-rw-r--r--sysutils/py-tmuxp/Makefile5
-rw-r--r--sysutils/py-tmuxp/distinfo4
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