blob: d065cb5178fa56febd9381832e235b66d9a588a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-blobfile-git
pkgdesc = 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.
pkgver = 2.1.0+11.r640.20240516.dd9459f
pkgrel = 2
url = https://github.com/christopher-hesse/blobfile
arch = any
license = LicenseRef-public_domain
makedepends = git
makedepends = python-astor
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python>=3
depends = python-filelock>=3.0
depends = python-lxml>=4.9
depends = python-numpy
depends = python-pycryptodomex>=3.8
depends = python-typing_extensions
depends = python-urllib3>=1.25.3
depends = python-urllib3<3
depends = python-xmltodict
optdepends = python-av
optdepends = python-imageio
optdepends = python-tensorflow
provides = python-blobfile=2.1.0+11.r640.20240516.dd9459f
conflicts = python-blobfile
source = python-blobfile::git+https://github.com/christopher-hesse/blobfile.git
sha256sums = SKIP
pkgname = python-blobfile-git
|