blob: 0e2300267b63685ef04b56c55f7b77d7bc0b6a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 = 3
url = https://github.com/mverleg/pyjson_tricks
arch = any
license = BSD
makedepends = python2-setuptools
depends = python2-pytz
depends = python2-pandas
optdepends = python2-pytest: For tests
optdepends = python2-sphinx: For documentation
source = https://github.com/mverleg/pyjson_tricks/archive/v3.8.0.zip
md5sums = 0e26db5c33b41167669510c286978046
pkgname = python2-json-tricks
|