Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 20:42:54 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: 279a97ec60ef - main - devel/py-libtmux: Update to 0.21.1
Message-ID:  <202304092042.339KgsoY096662@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=279a97ec60ef6687cff21fb404a573a7d2ecbcc8

commit 279a97ec60ef6687cff21fb404a573a7d2ecbcc8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 20:40:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 20:40:18 +0000

    devel/py-libtmux: Update to 0.21.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/tmux-python/libtmux/releases
                    https://github.com/tmux-python/libtmux/blob/master/CHANGES
---
 devel/py-libtmux/Makefile | 6 ++++--
 devel/py-libtmux/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-libtmux/Makefile b/devel/py-libtmux/Makefile
index e1ce20fc9164..f38f5fcb66a7 100644
--- a/devel/py-libtmux/Makefile
+++ b/devel/py-libtmux/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libtmux
-PORTVERSION=	0.21.0
+PORTVERSION=	0.21.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ WWW=		https://github.com/tmux-python/libtmux
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=50:devel/py-setuptools@${PY_FLAVOR}
 RUN_DEPENDS=	tmux:sysutils/tmux
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-libtmux/distinfo b/devel/py-libtmux/distinfo
index 84813ed715c2..74a313412828 100644
--- a/devel/py-libtmux/distinfo
+++ b/devel/py-libtmux/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675191023
-SHA256 (libtmux-0.21.0.tar.gz) = dc30b94ac25571c438a853ec75102fe5f1a2d7c8195b5ebdc6f71106760b15b3
-SIZE (libtmux-0.21.0.tar.gz) = 235968
+TIMESTAMP = 1681052936
+SHA256 (libtmux-0.21.1.tar.gz) = 184d73594c29abe53cf64909c1bad4372cc94bb74f35fe26254ea521d3520af6
+SIZE (libtmux-0.21.1.tar.gz) = 235125



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304092042.339KgsoY096662>