svn commit: r392042 - head/sysutils/py-tmuxp

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jul 14 18:20:36 UTC 2015


Author: rm
Date: Tue Jul 14 18:20:35 2015
New Revision: 392042
URL: https://svnweb.freebsd.org/changeset/ports/392042

Log:
  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 at git-pull.com> (maintainer)

Modified:
  head/sysutils/py-tmuxp/Makefile
  head/sysutils/py-tmuxp/distinfo

Modified: head/sysutils/py-tmuxp/Makefile
==============================================================================
--- head/sysutils/py-tmuxp/Makefile	Tue Jul 14 18:16:00 2015	(r392041)
+++ head/sysutils/py-tmuxp/Makefile	Tue Jul 14 18:20:35 2015	(r392042)
@@ -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>

Modified: head/sysutils/py-tmuxp/distinfo
==============================================================================
--- head/sysutils/py-tmuxp/distinfo	Tue Jul 14 18:16:00 2015	(r392041)
+++ head/sysutils/py-tmuxp/distinfo	Tue Jul 14 18:20:35 2015	(r392042)
@@ -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


More information about the svn-ports-all mailing list