summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cfcd8e0ce311a271a859e41e77a38043edd310e7 (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-tablib
	pkgdesc = Format-agnostic tabular data library (XLS, JSON, YAML, CSV)
	pkgver = 3.2.0
	pkgrel = 1
	url = http://python-tablib.org
	arch = any
	license = MIT
	checkdepends = python-pytest-cov
	checkdepends = python-tabulate
	checkdepends = python-markuppy
	checkdepends = python-odfpy
	checkdepends = python-pandas
	checkdepends = python-xlrd
	checkdepends = python-xlwt
	checkdepends = python-openpyxl
	checkdepends = python-pyaml
	makedepends = python-pip
	makedepends = python-setuptools
	depends = python
	optdepends = python-tabulate: cli interface
	optdepends = python-markuppy: for HTML support
	optdepends = python-odfpy: for ODS support
	optdepends = python-pandas: for pandas support
	optdepends = python-xlrd: for XLS support (extract data)
	optdepends = python-xlwt: for XLS support (create spreadsheets)
	optdepends = python-openpyxl: for XLSX support
	optdepends = python-pyaml: for YAML support
	source = https://files.pythonhosted.org/packages/source/t/tablib/tablib-3.2.0.tar.gz
	sha256sums = 12d8686454c721de88d8ca5adf07e1f419ef6dbcecedf65e8950d4a329daf3a0

pkgname = python-tablib