blob: 728e799abe96ae3adba1d4bf37d1b9f04a4d041f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
pkgver = 2.3.4
pkgrel = 3
url = https://github.com/jieter/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/jieter/django-tables2/archive/v2.3.4.tar.gz
sha256sums = 16e9e65a0ceea49e262c41ec89b1fa804f9600ead7e180ea86124bc3c89f2556
pkgname = python-django-tables2
|