Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 19:16:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463525 - head/devel/py-libtmux
Message-ID:  <201803031916.w23JG7gu097721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  3 19:16:06 2018
New Revision: 463525
URL: https://svnweb.freebsd.org/changeset/ports/463525

Log:
  Update to 0.7.7
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Update pkg-descr
  - Add GitHub repository to WWW
  - Take maintainership
  
  Changes:	https://github.com/tony/libtmux/blob/master/CHANGES

Modified:
  head/devel/py-libtmux/Makefile
  head/devel/py-libtmux/distinfo   (contents, props changed)
  head/devel/py-libtmux/pkg-descr   (contents, props changed)

Modified: head/devel/py-libtmux/Makefile
==============================================================================
--- head/devel/py-libtmux/Makefile	Sat Mar  3 19:16:01 2018	(r463524)
+++ head/devel/py-libtmux/Makefile	Sat Mar  3 19:16:06 2018	(r463525)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	libtmux
-PORTVERSION=	0.6.3
+PORTVERSION=	0.7.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for interfacing with tmux
 
 LICENSE=	BSD3CLAUSE
@@ -17,6 +17,6 @@ RUN_DEPENDS=	tmux:sysutils/tmux
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-libtmux/distinfo
==============================================================================
--- head/devel/py-libtmux/distinfo	Sat Mar  3 19:16:01 2018	(r463524)
+++ head/devel/py-libtmux/distinfo	Sat Mar  3 19:16:06 2018	(r463525)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488618113
-SHA256 (libtmux-0.6.3.tar.gz) = c7d908ffd79cfc5b372a0ad7da128e9455301013717cba55dfa63bcec1e3bc55
-SIZE (libtmux-0.6.3.tar.gz) = 30562
+TIMESTAMP = 1520095624
+SHA256 (libtmux-0.7.7.tar.gz) = 5670c8da8d0192d932ac1e34f010e0eeb098cdb2af6daad0307b5418e7a37733
+SIZE (libtmux-0.7.7.tar.gz) = 33095

Modified: head/devel/py-libtmux/pkg-descr
==============================================================================
--- head/devel/py-libtmux/pkg-descr	Sat Mar  3 19:16:01 2018	(r463524)
+++ head/devel/py-libtmux/pkg-descr	Sat Mar  3 19:16:06 2018	(r463525)
@@ -1,3 +1,7 @@
 libtmux is the tool behind tmuxp, a tmux workspace manager in python.
 
+It builds upon tmux's target and formats to create an object mapping to
+traverse, inspect and interact with live tmux sessions.
+
 WWW: https://pypi.python.org/pypi/libtmux
+WWW: https://github.com/tony/libtmux



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