1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-s3fs: Add py-s3fs 2023.9.1

S3FS builds on aiobotocore to provide a convenient Python filesystem interface
for S3.
This commit is contained in:
Po-Chuan Hsieh 2023-09-23 07:22:25 +08:00
parent 06a6067d81
commit f958646927
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -5554,6 +5554,7 @@
SUBDIR += py-rush
SUBDIR += py-rx
SUBDIR += py-rx1
SUBDIR += py-s3fs
SUBDIR += py-saneyaml
SUBDIR += py-sarge
SUBDIR += py-sarif-om

24
devel/py-s3fs/Makefile Normal file
View File

@ -0,0 +1,24 @@
PORTNAME= s3fs
PORTVERSION= 2023.9.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convenient Filesystem interface over S3
WWW= https://s3fs.readthedocs.io/en/latest/ \
https://github.com/fsspec/s3fs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.5.4:devel/py-aiobotocore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fsspec>=2023.9.1:devel/py-fsspec@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-s3fs/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1695357783
SHA256 (s3fs-2023.9.1.tar.gz) = 42e1821ed94c1607c848853d1d715ebcd25c13380b6f510c2cb498c7e5b3e674
SIZE (s3fs-2023.9.1.tar.gz) = 70713

2
devel/py-s3fs/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
S3FS builds on aiobotocore to provide a convenient Python filesystem interface
for S3.