Skip to content
Snippets Groups Projects
Verified Commit c1a57253 authored by sunpoet's avatar sunpoet
Browse files

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

- Bump PORTREVISION for package change

Obtained from:	https://github.com/alisaifee/limits/commit/900e5c03ffecd784ed5643e67c39110f5ca0b5a7
parent bbee8306
Branches
Tags
No related merge requests found
......@@ -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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment