summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7bde9be7522af58d4e82e0b1a97730912f0483e2 (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
pkgbase = python-smart_open
	pkgdesc = Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files
	pkgver = 1.8.0
	pkgrel = 1
	url = https://github.com/RaRe-Technologies/smart_open
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = python-smart_open-1.8.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.8.0.tar.gz
	sha512sums = f98d99462647b23af8d70a934c097e8dd3b85c5b7933ee43c6e8130d2481ffbd6d1a91404747d9f9aa27f3fa6dda412469344c9f34c4dd80eecfb2dd05f3f3bf

pkgname = python-smart_open
	depends = python-requests
	depends = python-boto
	depends = python-boto3
	optdepends = python-bz2file: Handling bz2 files
	provides = python-smart-open
	conflicts = python-smart-open
	replaces = python-smart-open

pkgname = python2-smart_open
	depends = python2-requests
	depends = python2-boto
	depends = python2-boto3
	optdepends = python2-bz2file: Handling bz2 files
	provides = python2-smart-open
	conflicts = python2-smart-open
	replaces = python2-smart-open