Search Criteria
Package Details: python-blobfile-git 2.1.0+1.r630.20231011.e81b345-1
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: | custom: public domain |
Conflicts: | python-blobfile |
Provides: | python-blobfile |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-14 19:17 (UTC) |
Last Updated: | 2023-10-31 19:01 (UTC) |
Dependencies (19)
- python (python32AUR, python37AUR, python310AUR)
- python-filelock
- python-lxml
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-pycryptodomex
- python-pytest
- python-typing_extensions
- python-urllib3
- python-xmltodict
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (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-cpu-gitAUR, python-tensorflow2AUR, python-tensorflow114-optAUR, python-tensorflow114-cudaAUR, python-tensorflow114-opt-cudaAUR, python-tensorflow-cuda-keplerAUR, python-tensorflow-opt-nativeAUR, python-tensorflow-opt-native-cudaAUR, python-tensorflow-amdAUR, python-tensorflow-opt-amdAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-amd-gitAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional)
Required by (1)
- python-tiktoken-git (requires python-blobfile) (optional)
Latest Comments
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