21 lines
659 B
Bash
21 lines
659 B
Bash
# Template file for 'python3-jmespath'
|
|
pkgname=python3-jmespath
|
|
version=1.0.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-hypothesis"
|
|
short_desc="JSON Query language for Python3"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="MIT"
|
|
homepage="https://jmespath.org"
|
|
changelog="https://github.com/jmespath/jmespath.py/raw/develop/CHANGELOG.rst"
|
|
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
|
|
checksum=6a02470b1716ec7a32abe89a873a4795c41c938468225f8a53d860980ec9e3c6
|
|
conflicts="python-jmespath>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|