blob: fc3cc43a863286b73ecfa6dd68a57b5bf21f139b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-jsonpath-python
pkgdesc = A more powerful JSONPath implementation in modern python
pkgver = 1.1.6
pkgrel = 1
url = https://github.com/sean2077/jsonpath-python
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-pytest
makedepends = python-hatchling
makedepends = uv
depends = python
source = git+https://github.com/sean2077/jsonpath-python.git#tag=1.1.6
sha256sums = 9e0ae4577526317249c34f7ed9ac27a710c4bdf927798e249bcba3e2ce6e9d04
pkgname = python-jsonpath-python
|