blob: d5520a00f015bb9fb99e648090aa384eef2f258d (
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.7.0
pkgrel = 1
url = http://python-tablib.org
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.7.0.tar.gz
sha256sums = f9db84ed398df5109bd69c11d46613d16cc572fb9ad3213f10d95e2b5f12c18e
pkgname = python-tablib
|