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

devel/py-gcsfs: Add py-gcsfs 2023.9.1

Pythonic file-system for Google Cloud Storage
This commit is contained in:
Po-Chuan Hsieh 2023-09-23 07:22:22 +08:00
parent 5042956ee0
commit b0b339bf1c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 43 additions and 0 deletions

View File

@ -4729,6 +4729,7 @@
SUBDIR += py-game_sdl2
SUBDIR += py-gapic-generator
SUBDIR += py-gast
SUBDIR += py-gcsfs
SUBDIR += py-gelidum
SUBDIR += py-genson
SUBDIR += py-genty

28
devel/py-gcsfs/Makefile Normal file
View File

@ -0,0 +1,28 @@
PORTNAME= gcsfs
PORTVERSION= 2023.9.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convenient Filesystem interface over GCS
WWW= https://gcsfs.readthedocs.io/en/latest/ \
https://github.com/fsspec/gcsfs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=4.1.2:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fsspec>=2023.9.1:devel/py-fsspec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth>=1.2:security/py-google-auth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

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

@ -0,0 +1,3 @@
TIMESTAMP = 1695357779
SHA256 (gcsfs-2023.9.1.tar.gz) = 47698bba0468896bfb33749552fe459fa745069119d7c2605a53bf4f3a1f09ac
SIZE (gcsfs-2023.9.1.tar.gz) = 77042

View File

@ -0,0 +1,10 @@
--- requirements.txt.orig 2023-09-15 20:26:32 UTC
+++ requirements.txt
@@ -1,6 +1,6 @@
aiohttp!=4.0.0a0, !=4.0.0a1
decorator>4.1.2
-fsspec==2023.9.1
+fsspec>=2023.9.1
google-auth>=1.2
google-auth-oauthlib
google-cloud-storage

1
devel/py-gcsfs/pkg-descr Normal file
View File

@ -0,0 +1 @@
Pythonic file-system for Google Cloud Storage