Package Details: jp 0.2.1-1

Git Clone URL: https://aur.archlinux.org/jp.git (read-only, click to copy)
Package Base: jp
Description: Command line interface to JMESPath
Upstream URL: https://github.com/jmespath/jp
Licenses: Apache
Submitter: nineinchnick
Maintainer: nineinchnick (galdor)
Last Packager: galdor
Votes: 2
Popularity: 0.000001
First Submitted: 2018-04-13 13:05 (UTC)
Last Updated: 2023-11-17 13:34 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

galdor commented on 2023-11-17 13:34 (UTC)

Updated to 0.2.1.

galdor commented on 2023-11-17 12:35 (UTC)

0.2.1 has been released more than two years ago, could you update the package? If you don't have time, no worry, I'm willing to do it :) In this case, just disown the package and I'll take care of it.

nineinchnick commented on 2021-09-30 17:48 (UTC)

@lmartinez-mirror thanks and I'm terribly sorry for the awful long time it took me to apply your suggestions. I just updated this to 0.2.0 and added git and tested it in a clean chroot. The Go modules issue must have been mitigated in a newer Go version.

lmartinez-mirror commented on 2021-04-05 18:18 (UTC) (edited on 2021-04-05 18:24 (UTC) by lmartinez-mirror)

Hi, if this package is going to be pulling using git, it should be added to the makedepends. It makes a it a lot easier to build in a clean chroot. Alternatively you could use the tarballs provided from upstream.

EDIT: Even after adding git myself, the package fails to build in a clean chroot. Could you please check your build() function? This is what I get as output:

go: cannot find main module, but found Godeps/Godeps.json in /build/jp/src/go/src/github.com/jmespath/jp
        to create a module there, run:
        go mod init
==> ERROR: A failure occurred in build().
    Aborting...