summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f2a46ef4bb746fb30d0c40941f746e64ac8e144f (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.8.0
	pkgrel = 2
	url = https://tablib.readthedocs.io/en/stable/
	arch = any
	license = MIT
	checkdepends = python-pytest-cov
	checkdepends = python-tabulate
	checkdepends = python-odfpy
	checkdepends = python-pandas
	checkdepends = python-xlrd
	checkdepends = python-xlwt
	checkdepends = python-openpyxl
	checkdepends = python-pyaml
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	makedepends = python-setuptools-scm
	depends = python
	optdepends = python-tabulate: cli interface
	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.8.0.tar.gz
	sha256sums = 94d8bcdc65a715a0024a6d5b701a5f31e45bd159269e62c73731de79f048db2b

pkgname = python-tablib