git: e7884b668eb5 - main - filesystems/py-s3fs: Allow build with py-aiobotocore 3.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Dec 2025 13:32:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7884b668eb5c3642594e1bc06844c54dbf5e1e1
commit e7884b668eb5c3642594e1bc06844c54dbf5e1e1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:22:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:23 +0000
filesystems/py-s3fs: Allow build with py-aiobotocore 3.0.0+
- Bump PORTREVISION for package change
Obtained from: https://github.com/fsspec/s3fs/commit/d565be0903387c972e837c425e16eb99ba2196b5
---
filesystems/py-s3fs/Makefile | 3 ++-
filesystems/py-s3fs/files/patch-requirements.txt | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile
index d8335ba8737f..3a7fd85a5e2a 100644
--- a/filesystems/py-s3fs/Makefile
+++ b/filesystems/py-s3fs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= s3fs
PORTVERSION= 2025.12.0
+PORTREVISION= 1
CATEGORIES= filesystems devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.5.4<3.0.0:devel/py-aiobotocore@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.5.4<4.0.0:devel/py-aiobotocore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fsspec>=${PORTVERSION}<${PORTVERSION}_99:filesystems/py-fsspec@${PY_FLAVOR}
diff --git a/filesystems/py-s3fs/files/patch-requirements.txt b/filesystems/py-s3fs/files/patch-requirements.txt
new file mode 100644
index 000000000000..091d4b5c69ed
--- /dev/null
+++ b/filesystems/py-s3fs/files/patch-requirements.txt
@@ -0,0 +1,9 @@
+Obtained from: https://github.com/fsspec/s3fs/commit/d565be0903387c972e837c425e16eb99ba2196b5
+
+--- requirements.txt.orig 2025-12-03 15:33:26 UTC
++++ requirements.txt
+@@ -1,3 +1,3 @@
+-aiobotocore>=2.5.4,<3.0.0
++aiobotocore>=2.5.4,<4.0.0
+ fsspec==2025.12.0
+ aiohttp!=4.0.0a0, !=4.0.0a1