git: 22adb646bdcb - main - devel/py-deprecat: Unbreak by removing wrapt upper bound in RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jul 2026 18:11:36 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22adb646bdcb4efa494b4ebef2c1b88c2e9d8922
commit 22adb646bdcb4efa494b4ebef2c1b88c2e9d8922
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-10 17:49:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-10 18:11:33 +0000
devel/py-deprecat: Unbreak by removing wrapt upper bound in RUN_DEPENDS
Reported by: fallout
---
devel/py-deprecat/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-deprecat/Makefile b/devel/py-deprecat/Makefile
index 447b42472a3d..48e0816037a3 100644
--- a/devel/py-deprecat/Makefile
+++ b/devel/py-deprecat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= deprecat
PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://github.com/mjhajharia/deprecat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt<2,>=1.10:devel/py-wrapt@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10:devel/py-wrapt@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils pytest