summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6c8f30a2818eee61b484ba990ecc3a41e1f6645d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by mksrcinfo v8
# Mon Dec 18 18:10:53 UTC 2017
pkgbase = python-django-tables2
	pkgdesc = A module for rendering Django data sets as HTML tables.
	pkgver = 1.17.1
	pkgrel = 1
	url = https://github.com/bradleyayers/django-tables2
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	options = !emptydirs
	source = https://github.com/bradleyayers/django-tables2/archive/v1.17.1.tar.gz
	sha256sums = 8c6eaf683b8e9e89a5f94374aa983642841cbe5258dbd4071e5855592ab3c524

pkgname = python-django-tables2
	depends = python-django>=1.11
	optdepends = python-tablib: to export table data as CSV, XLS, etc.

pkgname = python2-django-tables2
	depends = python2-django>=1.11
	optdepends = python2-tablib: to export table data as CSV, XLS, etc.