blob: fb29bf7c2c927107b179a8d103826f75319b2b7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-smart_open
pkgdesc = Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files
pkgver = 7.0.5
pkgrel = 1
url = https://github.com/RaRe-Technologies/smart_open
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python-wrapt
optdepends = python-boto3: AWS support
optdepends = python-requests: HTTP support
optdepends = python-paramiko: SSH support
optdepends = python-zstandard: zstd support
provides = python-smart-open
conflicts = python-smart-open
source = python-smart_open-7.0.5.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/v7.0.5.tar.gz
sha512sums = 99a6c95737b5eaa5be20209a86a2eac30a4bd61978e479bf084c6a204f3fa70bc8a4701c3a1d14876be5f8a571c2759657aee6e7a1f3e9c34f39a556f9fbbc9a
pkgname = python-smart_open
|