aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-03-04 03:16:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-03-04 03:16:06 +0800
commit52fd5f85b83f6cd1e5e1ac73cf705447828bc5f8 (patch)
tree22c31ef0403dfd6348f7f3f5239fe865c4578e95 /devel
parentc073400a0019ec15b1596efcab8b8034c52b9f94 (diff)
downloadfreebsd-ports-gnome-52fd5f85b83f6cd1e5e1ac73cf705447828bc5f8.tar.gz
freebsd-ports-gnome-52fd5f85b83f6cd1e5e1ac73cf705447828bc5f8.tar.zst
freebsd-ports-gnome-52fd5f85b83f6cd1e5e1ac73cf705447828bc5f8.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/py-libtmux/Makefile6
-rw-r--r--devel/py-libtmux/distinfo6
-rw-r--r--devel/py-libtmux/pkg-descr4
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/py-libtmux/Makefile b/devel/py-libtmux/Makefile
index b135743b1d1d..48851497fbd2 100644
--- a/devel/py-libtmux/Makefile
+++ b/devel/py-libtmux/Makefile
@@ -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>
diff --git a/devel/py-libtmux/distinfo b/devel/py-libtmux/distinfo
index 3c4d316858fb..f46d3c65fd66 100644
--- a/devel/py-libtmux/distinfo
+++ b/devel/py-libtmux/distinfo
@@ -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
diff --git a/devel/py-libtmux/pkg-descr b/devel/py-libtmux/pkg-descr
index 50fc798385ec..c37585ff6d9f 100644
--- a/devel/py-libtmux/pkg-descr
+++ b/devel/py-libtmux/pkg-descr
@@ -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