summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9da8efc613768d91b3487d2d2f4a34037d728315 (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.7.1
	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.7.1.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.7.1.tar.gz
	sha512sums = 3f008989a128aac1d74cded6b9784040da256ce632206db55da98aed67a245b893c05fee5648461de1414aab53e6a96989f5faaeafec36a441e5c956687b637c

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