summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ef5eb827e36bf326b3aabb257dbc9b37275391aa (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.9.0
	pkgrel = 1
	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.9.0.tar.gz
	sha256sums = 1b6abd8edb0f35601e04c6161d79660fdcde4abb4a54f66cc9f9054bd55d5fe2

pkgname = python-tablib