* update python-jmespath to 1.0.1-4

This commit is contained in:
Alexander Baldeck 2024-06-25 22:48:12 +02:00
parent 39a60ee8ac
commit 84b106865c

View File

@ -6,14 +6,14 @@
pkgname=python-jmespath
pkgver=1.0.1
pkgrel=3
pkgrel=4
pkgdesc='A query language for JSON'
arch=(any)
url="https://github.com/jmespath/jmespath"
license=('Apache')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-hypothesis' 'python-nose' 'python-pytest')
checkdepends=('python-hypothesis' 'python-pytest')
source=("https://github.com/jmespath/jmespath.py/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('c1676a4b7565d25c2948569005c503a0ca33908de6ed16536767da2c00c634e4ee345bcaf88a01bf6cd2996aaf722faaedff80061ab65ee77e5bc0f494f86a70')
@ -26,7 +26,6 @@ check() {
cd jmespath.py-$pkgver
# Their tox.ini is misleading...
pytest tests/
nosetests extra/
}
package() {