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
Port details
py-blobfile Read GCS, ABS and local paths with the same interface
3.0.0 net on this many watch lists=2 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 2.1.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-21 17:15:31
Last Update: 2024-09-08 18:37:43
Commit Hash: 49d95ea
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: UNLICENSE
WWW:
https://github.com/blobfile/blobfile
Description:
blobfile is a library that provides a Python-like interface for reading local and remote files (only from blob storage), with an API similar to open() as well as some of the os.path and shutil functions. blobfile supports local paths, Google Cloud Storage paths (gs://<bucket>), and Azure Blob Storage paths (az://<account>/<container> or https://<account>.blob.core.windows.net/<container>/). The main function is BlobFile, which lets you open local and remote files that act more or less like local ones. There are also a few additional functions such as basename, dirname, and join, which mostly do the same thing as their os.path namesakes, only they also support GCS paths and ABS paths. This library is inspired by TensorFlow's gfile but does not have exactly the same interface.
Homepage    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}blobfile>0:net/py-blobfile@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-blobfile/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-blobfile
  • pkg install py311-blobfile
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 py311-blobfile listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-blobfile
Package flavors (<flavor>: <package>)
  • py311: py311-blobfile
distinfo:
TIMESTAMP = 1725559861 SHA256 (blobfile-3.0.0.tar.gz) = 32ec777414de7bb2a76ca812a838f0d33327ca28ae844a253503cde625cdf2f1 SIZE (blobfile-3.0.0.tar.gz) = 77863

Packages (timestamps in pop-ups are UTC):
py39-blobfile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----2.0.22.0.22.0.2
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----2.0.22.0.22.0.2
FreeBSD:15:latest--n/a-n/a2.0.22.0.22.0.2
 

py311-blobfile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:14:quarterly3.0.03.0.0-3.0.03.0.0---
FreeBSD:15:latest3.0.03.0.0n/a3.0.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-filelock>=3.0 : sysutils/py-filelock@py311
  2. py311-lxml>=4.9 : devel/py-lxml@py311
  3. py311-pycryptodomex>=3.8 : security/py-pycryptodomex@py311
  4. py311-urllib3>=1.25.3,1<3,1 : net/py-urllib3@py311
  5. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_py-blobfile
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/b/blobfile/
  2. https://pypi.org/packages/source/b/blobfile/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
08 Sep 2024 18:37:43
commit hash: 49d95ea2e3d3bb58b8f5c0dd56fa609975f18dfacommit hash: 49d95ea2e3d3bb58b8f5c0dd56fa609975f18dfacommit hash: 49d95ea2e3d3bb58b8f5c0dd56fa609975f18dfacommit hash: 49d95ea2e3d3bb58b8f5c0dd56fa609975f18dfa files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-blobfile: Update to 3.0.0

Changes:	https://github.com/blobfile/blobfile/releases
		https://github.com/blobfile/blobfile/blob/master/CHANGES.md
2.1.1
31 Mar 2024 03:07:13
commit hash: e85b9f4c073de826fd8702e6d41f8ea99ab111a1commit hash: e85b9f4c073de826fd8702e6d41f8ea99ab111a1commit hash: e85b9f4c073de826fd8702e6d41f8ea99ab111a1commit hash: e85b9f4c073de826fd8702e6d41f8ea99ab111a1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-blobfile: Update to 2.1.1

Changes:	https://github.com/blobfile/blobfile/releases
		https://github.com/blobfile/blobfile/blob/master/CHANGES.md
2.1.0
23 Mar 2024 14:49:29
commit hash: dcba077f42a5d34c132545e7d60d46e07ad2bbabcommit hash: dcba077f42a5d34c132545e7d60d46e07ad2bbabcommit hash: dcba077f42a5d34c132545e7d60d46e07ad2bbabcommit hash: dcba077f42a5d34c132545e7d60d46e07ad2bbab files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-blobfile: Update to 2.1.0

- Change MASTER_SITES from GitHub to PYPI

Changes:	https://github.com/blobfile/blobfile/releases
		https://github.com/blobfile/blobfile/blob/master/CHANGES.md
2.0.2
21 Aug 2023 17:01:58
commit hash: d733ef5984f7ad2dce97acf09cb2619453f25415commit hash: d733ef5984f7ad2dce97acf09cb2619453f25415commit hash: d733ef5984f7ad2dce97acf09cb2619453f25415commit hash: d733ef5984f7ad2dce97acf09cb2619453f25415 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-blobfile: Add py-blobfile 2.0.2

blobfile is a library that provides a Python-like interface for reading local
and remote files (only from blob storage), with an API similar to open() as well
as some of the os.path and shutil functions. blobfile supports local paths,
Google Cloud Storage paths (gs://<bucket>), and Azure Blob Storage paths
(az://<account>/<container> or
https://<account>.blob.core.windows.net/<container>/).

The main function is BlobFile, which lets you open local and remote files that
act more or less like local ones. There are also a few additional functions such
as basename, dirname, and join, which mostly do the same thing as their os.path
namesakes, only they also support GCS paths and ABS paths.

This library is inspired by TensorFlow's gfile but does not have exactly the
same interface.

Number of commits found: 4