summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3d5b551a55acccd4f04dee26d2a9b0aa72337c2c (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
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.9.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.9.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.9.0.tar.gz
	sha512sums = a2f8a86fa646550bc6814249c911f7725a54e5189701a7ca1ad88cb615748606f90e0f56406a0a6a4e1f406c49594f7d7a856660dc6cff7fa12376129afda71a

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
	depends = python2-backports.lzma
	optdepends = python2-bz2file: Handling bz2 files
	provides = python2-smart-open
	conflicts = python2-smart-open
	replaces = python2-smart-open