git: 74c144632ad5 - main - devel/py-isort: Update to 6.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 15:57:29 UTC
The branch main has been updated by sunpoet:

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

commit 74c144632ad56fcaa84be50e08c978a8a52f2bc4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:18:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:51:08 +0000

    devel/py-isort: Update to 6.0.0
    
    - Add PLUGINS option
    
    Changes:        https://github.com/PyCQA/isort/releases
---
 devel/py-isort/Makefile | 12 +++++++-----
 devel/py-isort/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile
index 458e53948db7..6c44b8b891bd 100644
--- a/devel/py-isort/Makefile
+++ b/devel/py-isort/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	isort
-PORTVERSION=	5.13.2
-PORTREVISION=	1
+PORTVERSION=	6.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +11,19 @@ WWW=		https://github.com/PyCQA/isort
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	COLORS
+OPTIONS_DEFINE=	COLORS PLUGINS
 COLORS_DESC=	Color output support
+PLUGINS_DESC=	Setuptools integration support
 
 COLORS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6:devel/py-colorama@${PY_FLAVOR}
+PLUGINS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/devel/py-isort/distinfo b/devel/py-isort/distinfo
index 295b039f491c..632cbe869a20 100644
--- a/devel/py-isort/distinfo
+++ b/devel/py-isort/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702543654
-SHA256 (isort-5.13.2.tar.gz) = 48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109
-SIZE (isort-5.13.2.tar.gz) = 175303
+TIMESTAMP = 1738088980
+SHA256 (isort-6.0.0.tar.gz) = 75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1
+SIZE (isort-6.0.0.tar.gz) = 828356