mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
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)
This commit is contained in:
parent
7ba12c3141
commit
8bb04ec1b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463369
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user