Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2018 05:13:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463369 - head/sysutils/py-tmuxp
Message-ID:  <201803020513.w225Dd1M043572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Mar  2 05:13:39 2018
New Revision: 463369
URL: https://svnweb.freebsd.org/changeset/ports/463369

Log:
  sysutils/py-tmuxp: Update to 1.3.5
  
  Port changes:
  * Updated RUN_DEPENDS
  * Added USE_PYTHON=concurrent
  * Replaced WWW with the real project homepage (GitHub)
  
  Approved by:	tcberner (mentor, implicit)

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

Modified: head/sysutils/py-tmuxp/Makefile
==============================================================================
--- head/sysutils/py-tmuxp/Makefile	Fri Mar  2 05:08:32 2018	(r463368)
+++ head/sysutils/py-tmuxp/Makefile	Fri Mar  2 05:13:39 2018	(r463369)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tmuxp
-PORTVERSION=	0.9.3
+DISTVERSION=	1.3.5
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,14 @@ COMMENT=	Session manager for tmux
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libtmux>0:devel/py-libtmux@${FLAVOR} \
 		tmux:sysutils/tmux
 
-NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils concurrent autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/py-tmuxp/distinfo
==============================================================================
--- head/sysutils/py-tmuxp/distinfo	Fri Mar  2 05:08:32 2018	(r463368)
+++ head/sysutils/py-tmuxp/distinfo	Fri Mar  2 05:13:39 2018	(r463369)
@@ -1,2 +1,3 @@
-SHA256 (tmuxp-0.9.3.tar.gz) = a9376038f5c03b3ee4be740fbe08604a97f76f0282cfaed8d6dae00fe28567ed
-SIZE (tmuxp-0.9.3.tar.gz) = 80846
+TIMESTAMP = 1519966949
+SHA256 (tmuxp-1.3.5.tar.gz) = bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3
+SIZE (tmuxp-1.3.5.tar.gz) = 46905

Modified: head/sysutils/py-tmuxp/pkg-descr
==============================================================================
--- head/sysutils/py-tmuxp/pkg-descr	Fri Mar  2 05:08:32 2018	(r463368)
+++ head/sysutils/py-tmuxp/pkg-descr	Fri Mar  2 05:13:39 2018	(r463369)
@@ -1,4 +1,4 @@
 Load and save tmux sessions in JSON or YAML. Control tmux through
 python API.
 
-WWW: https://pypi.python.org/pypi/tmuxp
+WWW: https://github.com/tony/tmuxp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803020513.w225Dd1M043572>