git: 059f47953c81 - main - devel/py-astroid2: Change RUN_DEPENDS from py-wrapt to py-wrapt1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 20:50:21 UTC
The branch main has been updated by sunpoet:

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

commit 059f47953c81d27b4634892173442a3079b0b988
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:44:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:44:36 +0000

    devel/py-astroid2: Change RUN_DEPENDS from py-wrapt to py-wrapt1
    
    - Bump PORTREVISION for dependency change
---
 devel/py-astroid2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-astroid2/Makefile b/devel/py-astroid2/Makefile
index b90a724e9100..f4d0ed558a1e 100644
--- a/devel/py-astroid2/Makefile
+++ b/devel/py-astroid2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	astroid
 PORTVERSION=	2.15.8
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wrapt>=1.14<2:devel/py-wrapt@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}wrapt1>=1.14<2:devel/py-wrapt1@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517 pytest