Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:15 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: cb5202314150 - main - devel/py-plux: Update to 1.9.0
Message-ID:  <202403310340.42V3eFsf085891@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=cb5202314150025224182e6a1c76be5bb7b12d72

commit cb5202314150025224182e6a1c76be5bb7b12d72
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:37 +0000

    devel/py-plux: Update to 1.9.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/localstack/plux/commits/main
---
 devel/py-plux/Makefile | 6 ++++--
 devel/py-plux/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-plux/Makefile b/devel/py-plux/Makefile
index 6a6d348acfac..b20f1fe6249c 100644
--- a/devel/py-plux/Makefile
+++ b/devel/py-plux/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	plux
-PORTVERSION=	1.7.0
+PORTVERSION=	1.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ WWW=		https://github.com/localstack/plux
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stevedore>=3.4:devel/py-stevedore@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-plux/distinfo b/devel/py-plux/distinfo
index a28a42f332b9..70b80b282cbc 100644
--- a/devel/py-plux/distinfo
+++ b/devel/py-plux/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390624
-SHA256 (plux-1.7.0.tar.gz) = 628de3946186c393b74d92faa42e2989284a89dd7d142e0ad319259ca54280c1
-SIZE (plux-1.7.0.tar.gz) = 26832
+TIMESTAMP = 1711466156
+SHA256 (plux-1.9.0.tar.gz) = f5d3804650f5373c65e748850aa569ae56a5fb214d8e6edd0d33ae62b06bd0a8
+SIZE (plux-1.9.0.tar.gz) = 25065



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