diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-22 14:59:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-22 14:59:35 +0000 |
commit | c3970a23189de3fda7d76e3a50fc5005e5dc1115 (patch) | |
tree | 10502705e99e556f2abe3113eae4063a09940a12 /sysutils/py-tmuxp | |
parent | 98f205b54ad9c20e7354cafa66afad12f7430455 (diff) | |
download | ports-c3970a23189de3fda7d76e3a50fc5005e5dc1115.tar.gz ports-c3970a23189de3fda7d76e3a50fc5005e5dc1115.zip |
- Add py-tmuxp 0.1.12
Load and save tmux sessions in JSON or YAML. Control tmux through
python API.
WWW: https://pypi.python.org/pypi/tmuxp
PR: 196307
Submitted by: Tony Narlock <tony@git-pull.com>
Notes
Notes:
svn path=/head/; revision=381924
Diffstat (limited to 'sysutils/py-tmuxp')
-rw-r--r-- | sysutils/py-tmuxp/Makefile | 23 | ||||
-rw-r--r-- | sysutils/py-tmuxp/distinfo | 2 | ||||
-rw-r--r-- | sysutils/py-tmuxp/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile new file mode 100644 index 000000000000..0edb89ca4111 --- /dev/null +++ b/sysutils/py-tmuxp/Makefile @@ -0,0 +1,23 @@ +# Created by: Tony Narlock <tony@git-pull.com> +# $FreeBSD$ + +PORTNAME= tmuxp +PORTVERSION= 0.1.12 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Session manager for tmux + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \ + ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:${PORTSDIR}/devel/py-kaptan \ + tmux:${PORTSDIR}/sysutils/tmux + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo new file mode 100644 index 000000000000..f90cb2d4e8d4 --- /dev/null +++ b/sysutils/py-tmuxp/distinfo @@ -0,0 +1,2 @@ +SHA256 (tmuxp-0.1.12.tar.gz) = 07ea453e7634e2859ebae91d806618908c7abd4b96ca1df644a9fe773e9a5b71 +SIZE (tmuxp-0.1.12.tar.gz) = 80636 diff --git a/sysutils/py-tmuxp/pkg-descr b/sysutils/py-tmuxp/pkg-descr new file mode 100644 index 000000000000..54612232edd5 --- /dev/null +++ b/sysutils/py-tmuxp/pkg-descr @@ -0,0 +1,4 @@ +Load and save tmux sessions in JSON or YAML. Control tmux through +python API. + +WWW: https://pypi.python.org/pypi/tmuxp |