blob: 7749c48a5f420b74547828ef46afbb5b6e5cfd77 (
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 = 2
url = https://github.com/sean2077/jsonpath-python
arch = any
license = MIT
checkdepends = uv
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python
source = git+https://github.com/sean2077/jsonpath-python.git#tag=1.1.6
sha256sums = 9e0ae4577526317249c34f7ed9ac27a710c4bdf927798e249bcba3e2ce6e9d04
pkgname = python-jsonpath-python
|