www/py-limits: Allow build with py-packaging 24.0+

- Bump PORTREVISION for package change

Obtained from:	900e5c03ff
main
Po-Chuan Hsieh 2024-04-21 02:29:32 +08:00
parent bbee8306ba
commit c1a572530e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2:devel/py-deprecated@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3:devel/py-importlib-resources@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=21,<24:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=21<25:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0.8:devel/py-typing-extensions@${PY_FLAVOR}
USES= python

View File

@ -0,0 +1,10 @@
Obtained from: https://github.com/alisaifee/limits/commit/900e5c03ffecd784ed5643e67c39110f5ca0b5a7
--- requirements/main.txt.orig 2024-02-18 02:06:46 UTC
+++ requirements/main.txt
@@ -1,4 +1,4 @@ importlib_resources>=1.3
deprecated>=1.2
importlib_resources>=1.3
-packaging>=21,<24
+packaging>=21,<25
typing_extensions