Date: Sun, 9 Apr 2023 20:43:09 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d0a163081522 - main - sysutils/py-tmuxp: Update to 1.27.1 Message-ID: <202304092043.339Kh97B096955@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0a163081522481c47b44089bcf9751c0ba38bd1 commit d0a163081522481c47b44089bcf9751c0ba38bd1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 20:40:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 20:40:37 +0000 sysutils/py-tmuxp: Update to 1.27.1 - Convert to USE_PYTHON=pep517 Changes: https://github.com/tmux-python/tmuxp/releases --- sysutils/py-tmuxp/Makefile | 11 ++++++----- sysutils/py-tmuxp/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 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 diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index fd1f6315f1c9..8e02c7353c18 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675191089 -SHA256 (tmuxp-1.27.0.tar.gz) = 40093eadc3588e10209095f67dad1b977747ac1e32c9843fa0d9545f7210311f -SIZE (tmuxp-1.27.0.tar.gz) = 826802 +TIMESTAMP = 1681052964 +SHA256 (tmuxp-1.27.1.tar.gz) = ee8ca69828780c41f485eddd01f029602c4a13ed589e949f6ba6f9125bd0a939 +SIZE (tmuxp-1.27.1.tar.gz) = 825785
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304092043.339Kh97B096955>