Search Criteria
Package Details: python-blobfile-git 2.1.0+11.r640.20240516.dd9459f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-blobfile-git.git (read-only, click to copy) |
---|---|
Package Base: | python-blobfile-git |
Description: | 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. |
Upstream URL: | https://github.com/christopher-hesse/blobfile |
Licenses: | LicenseRef-Public_Domain |
Conflicts: | python-blobfile |
Provides: | python-blobfile |
Submitter: | dreieck |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-14 19:17 (UTC) |
Last Updated: | 2024-05-28 11:43 (UTC) |
Dependencies (18)
- python (python37AUR, python311AUR, python310AUR)
- python-filelock
- python-lxml
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pycryptodomex
- python-typing_extensions
- python-urllib3
- python-xmltodict
- git (git-gitAUR, git-glAUR) (make)
- python-astor (python-astor-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-avAUR (python-av-gitAUR) (optional)
- python-imageioAUR (optional)
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional)
Required by (2)
- python-tiktoken-git (requires python-blobfile) (optional)
- python-transformer-debugger (requires python-blobfile)
Latest Comments
dreieck commented on 2024-05-28 11:44 (UTC)
OK, I removed
python-pytest
dependency again.Thanks for the clarification!
Anyway, does anyone want to maintain this? I am not using it and I am going to orphan it.
xiota commented on 2023-10-24 03:46 (UTC)
pytest
is used by unit tests that aren't supposed to be installed. Someone would need to investigate why_ops_test.py
is being installed.dreieck commented on 2023-07-25 17:17 (UTC)
Ahoj @brokenpip3,
Thanks for mentioning!
Although there is no package
pytest
, I have removedpython-pytest
from thedepends
array.But then
namcap
complains aboutpython-blobfile-git E: Dependency python-pytest detected and not included (python modules ['pytest'] needed in files ['usr/lib/python3.11/site-packages/blobfile/_ops_test.py'])
, so I re-added it.Can you verify that
python-pytest
is not needed?Regards!
brokenpip3 commented on 2023-07-04 08:47 (UTC)
pytest
should be not a dependency