Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 05:47:06 +0000
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: feaad98da4ee - main - devel/py-click: Update to 8.3.1
Message-ID:  <69fc275a.3a885.369bd8ee@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=feaad98da4ee7a636f04deec2d9ee4c09a9e6a3d

commit feaad98da4ee7a636f04deec2d9ee4c09a9e6a3d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 05:43:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 05:45:11 +0000

    devel/py-click: Update to 8.3.1
    
    - Update LICENSE_FILE
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pallets/click/releases
    PR:             289445
    Reported by:    Thibault Payet <monwarez@mailoo.org>
    Approved by:    maintainer (timeout, 8.5 months)
---
 devel/py-click/Makefile | 9 +++++----
 devel/py-click/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/py-click/Makefile b/devel/py-click/Makefile
index 191eac990d84..7b58adcb291f 100644
--- a/devel/py-click/Makefile
+++ b/devel/py-click/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	click
-PORTVERSION=	8.1.7
-PORTREVISION=	1
+PORTVERSION=	8.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,11 +8,13 @@ MAINTAINER=	robak@FreeBSD.org
 COMMENT=	Python package for creating command line interfaces
 WWW=		https://github.com/pallets/click
 
+BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR}
+
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	autoplist distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-click/distinfo b/devel/py-click/distinfo
index 0563101f32b4..1eed774a0fff 100644
--- a/devel/py-click/distinfo
+++ b/devel/py-click/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698307665
-SHA256 (click-8.1.7.tar.gz) = ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
-SIZE (click-8.1.7.tar.gz) = 336121
+TIMESTAMP = 1770639140
+SHA256 (click-8.3.1.tar.gz) = 12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a
+SIZE (click-8.3.1.tar.gz) = 295065


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc275a.3a885.369bd8ee>