Package Details: jc-git v1.16.2.r0.gab482e5-1

Git Clone URL: https://aur.archlinux.org/jc-git.git (read-only, click to copy)
Package Base: jc-git
Description: Converts the output of popular command-line tools and file-types to JSON
Upstream URL: https://github.com/kellyjonbrazil/jc
Keywords: convert json pipe
Licenses: MIT
Conflicts: jc
Provides: jc
Submitter: clove3am
Maintainer: grigruss
Last Packager: grigruss
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-06 23:01 (UTC)
Last Updated: 2021-09-02 13:16 (UTC)

Required by (0)

Sources (1)

Latest Comments

ccorn commented on 2021-07-07 15:34 (UTC)

If you want to run tests, add the following to PKGBUILD:

check() {
  cd "${_pkgname}"
  TZ=America/Los_Angeles python setup.py test
}

The TZ setting is currently needed for certain test inputs to be interpreted as intended. Cf. Issue 148: Tests depend on specific TZ setting.