summaryrefslogtreecommitdiff
path: root/filesystems/py-fsspec-xrootd
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-11-01 15:12:03 +0100
committerMatthias Andree <mandree@FreeBSD.org>2025-11-01 18:23:22 +0100
commit1403bb7765965eccd644a73cb136a155e46f7ea8 (patch)
tree1814f9b3f066a008c4f82299c4619d3439a5a13f /filesystems/py-fsspec-xrootd
parentlang/python310: deprecate and expire in 11 months (diff)
*: Revise USES=python:... version range constraints
and strip all lower bounds of 3.9 or 3.10 because they are implied now. python:3.9-X -> python:-X python:3.9+ -> python python:3.10-X -> python:-X python:3.10+ -> python (options such as ,build preserved)
Diffstat (limited to 'filesystems/py-fsspec-xrootd')
-rw-r--r--filesystems/py-fsspec-xrootd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystems/py-fsspec-xrootd/Makefile b/filesystems/py-fsspec-xrootd/Makefile
index 32e3df0815fe..94b756d67b74 100644
--- a/filesystems/py-fsspec-xrootd/Makefile
+++ b/filesystems/py-fsspec-xrootd/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FL
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes