diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-02 05:13:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-02 05:13:39 +0000 |
commit | 8bb04ec1b01ce185553a692b7a3ab5e5b4430001 (patch) | |
tree | ab4749a6ab17604d747792cfb4a962038839b93f /sysutils/py-tmuxp | |
parent | 7ba12c31410bb00ecbaf2546bbeaff8f0f3e67bf (diff) |
Notes
Diffstat (limited to 'sysutils/py-tmuxp')
-rw-r--r-- | sysutils/py-tmuxp/Makefile | 11 | ||||
-rw-r--r-- | sysutils/py-tmuxp/distinfo | 5 | ||||
-rw-r--r-- | sysutils/py-tmuxp/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 00141d00a723..a32e685f24d0 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -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> diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index ce4f02db8a45..37e379ad0c47 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -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 diff --git a/sysutils/py-tmuxp/pkg-descr b/sysutils/py-tmuxp/pkg-descr index 54612232edd5..6e8a1339b5a1 100644 --- a/sysutils/py-tmuxp/pkg-descr +++ b/sysutils/py-tmuxp/pkg-descr @@ -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/ |