summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6f96f4766fefe821d6123e32243c48f2304853ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python2-json-tricks
	pkgdesc = Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
	pkgver = 3.8.0
	pkgrel = 2
	url = https://github.com/mverleg/pyjson_tricks
	arch = any
	license = BSD
	makedepends = python2-setuptools
	depends = python2-numpy
	depends = python2-pytz
	depends = python2-pandas
	optdepends = python2-pytest: For tests
	optdepends = python2-coverage: For test coverage
	optdepends = python2-tox: For tests
	optdepends = python2-detox: For parallel tests
	optdepends = python2-sphinx: For documentation
	source = https://github.com/mverleg/pyjson_tricks/archive/v3.8.0.zip
	md5sums = 0e26db5c33b41167669510c286978046

pkgname = python2-json-tricks