summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 53aa370e94bbcc86cf1b43bffe3744be56945a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = python-django-tables2
	pkgdesc = A module for rendering Django data sets as HTML tables.
	pkgver = 2.2.1
	pkgrel = 1
	url = https://github.com/bradleyayers/django-tables2
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python-django>=1.11
	optdepends = python-tablib: to export table data as CSV, XLS, etc.
	options = !emptydirs
	source = https://github.com/bradleyayers/django-tables2/archive/v2.2.1.tar.gz
	sha256sums = ec0112ebebda943fee141ab836a336ec74120214a576bbf4e9ffb584888674f9

pkgname = python-django-tables2