notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-gcsfs Convenient Filesystem interface over GCS
2024.3.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.10.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-22 23:36:12
Last Update: 2024-04-13 09:31:38
Commit Hash: 23f5208
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://gcsfs.readthedocs.io/en/latest/
https://github.com/fsspec/gcsfs
Description:
Pythonic file-system for Google Cloud Storage
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gcsfs>0:devel/py-gcsfs@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-gcsfs/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-gcsfs
  • pkg install py39-gcsfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-gcsfs listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-gcsfs
Package flavors (<flavor>: <package>)
  • py39: py39-gcsfs
distinfo:
TIMESTAMP = 1712886428 SHA256 (gcsfs-2024.3.1.tar.gz) = d34bdb8a1a51e1b2552ae9e47d1933dec41162ba6b6cc8ea470aef693a8a6aa6 SIZE (gcsfs-2024.3.1.tar.gz) = 79006

Packages (timestamps in pop-ups are UTC):
py39-gcsfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2023.10.0_12024.3.1--2024.3.1---
FreeBSD:13:quarterly2023.10.02023.10.0--2023.10.0-2023.10.02023.10.0
FreeBSD:14:latest2023.10.0_12024.3.1--2024.3.1---
FreeBSD:14:quarterly2023.10.02023.10.0-2023.10.02023.10.0-2023.10.02023.10.0
FreeBSD:15:latest2023.10.02024.3.1n/a2023.10.0n/a-2023.10.0-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-aiohttp>=0 : www/py-aiohttp@py39
  2. py39-decorator>=4.1.2 : devel/py-decorator@py39
  3. py39-fsspec>=2024.3.1<2024.3.1_99 : devel/py-fsspec@py39
  4. py39-google-auth-oauthlib>=0 : security/py-google-auth-oauthlib@py39
  5. py39-google-auth>=1.2 : security/py-google-auth@py39
  6. py39-google-cloud-storage>=0 : www/py-google-cloud-storage@py39
  7. py39-requests>=0 : www/py-requests@py39
  8. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-gcsfs-2024.3.1: CRC=off: CRC support GCSFUSE=off: Fuse support ===> Use 'make config' to modify these settings
Options name:
devel_py-gcsfs
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gcsfs/
  2. https://pypi.org/packages/source/g/gcsfs/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.3.1
13 Apr 2024 09:31:38
commit hash: 23f52086d760921d00b54a3776d876cc347d9da8commit hash: 23f52086d760921d00b54a3776d876cc347d9da8commit hash: 23f52086d760921d00b54a3776d876cc347d9da8commit hash: 23f52086d760921d00b54a3776d876cc347d9da8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Update to 2024.3.1

Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2023.10.0_1
08 Apr 2024 20:16:53
commit hash: 1c6312fd45cc26087291bb08994f32066d388f47commit hash: 1c6312fd45cc26087291bb08994f32066d388f47commit hash: 1c6312fd45cc26087291bb08994f32066d388f47commit hash: 1c6312fd45cc26087291bb08994f32066d388f47 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
2023.10.0
01 Nov 2023 01:57:08
commit hash: 096b9a74bfdbabc0bd7d1332926245443e23c4f9commit hash: 096b9a74bfdbabc0bd7d1332926245443e23c4f9commit hash: 096b9a74bfdbabc0bd7d1332926245443e23c4f9commit hash: 096b9a74bfdbabc0bd7d1332926245443e23c4f9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Update to 2023.10.0

Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2023.9.2
30 Sep 2023 00:44:32
commit hash: d77a70b0038780b749b77cff0885453e82b75fe3commit hash: d77a70b0038780b749b77cff0885453e82b75fe3commit hash: d77a70b0038780b749b77cff0885453e82b75fe3commit hash: d77a70b0038780b749b77cff0885453e82b75fe3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Update to 2023.9.2

Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2023.9.1
29 Sep 2023 16:13:57
commit hash: 8fb26126cd4d0390d33aeb5c7c3c4010eafc0640commit hash: 8fb26126cd4d0390d33aeb5c7c3c4010eafc0640commit hash: 8fb26126cd4d0390d33aeb5c7c3c4010eafc0640commit hash: 8fb26126cd4d0390d33aeb5c7c3c4010eafc0640 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Add GCSFUSE and CRC options
2023.9.1
22 Sep 2023 23:22:22
commit hash: b0b339bf1c28135f19995fc76aaf3b94fe32b16ecommit hash: b0b339bf1c28135f19995fc76aaf3b94fe32b16ecommit hash: b0b339bf1c28135f19995fc76aaf3b94fe32b16ecommit hash: b0b339bf1c28135f19995fc76aaf3b94fe32b16e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gcsfs: Add py-gcsfs 2023.9.1

Pythonic file-system for Google Cloud Storage

Number of commits found: 6