diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 20:40:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 20:40:37 +0000 |
commit | d0a163081522481c47b44089bcf9751c0ba38bd1 (patch) | |
tree | d8496f26e61f2a64c71231815cf31e32d0c46c4b /sysutils/py-tmuxp/Makefile | |
parent | 68b6b78f569313cceb5243d1c43f9ef18fd75afa (diff) | |
download | ports-d0a163081522481c47b44089bcf9751c0ba38bd1.tar.gz ports-d0a163081522481c47b44089bcf9751c0ba38bd1.zip |
sysutils/py-tmuxp: Update to 1.27.1
- Convert to USE_PYTHON=pep517
Changes: https://github.com/tmux-python/tmuxp/releases
Diffstat (limited to 'sysutils/py-tmuxp/Makefile')
-rw-r--r-- | sysutils/py-tmuxp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 40424c9c1e71..000f730458c2 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxp -PORTVERSION= 1.27.0 +PORTVERSION= 1.27.1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,14 @@ WWW= https://github.com/tmux-python/tmuxp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtmux>=0.21.0<0.22.0:devel/py-libtmux@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7.0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>=0.21.1<0.22:devel/py-libtmux@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7:devel/py-yaml@${PY_FLAVOR} \ tmux:sysutils/tmux -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USES= python:3.7+ +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |