python-jmespath: update to 0.9.5

This commit is contained in:
yopito 2020-03-05 06:09:05 +01:00 committed by Juan RP
parent 0ff7407eb9
commit 463e3b7f35

View file

@ -1,11 +1,10 @@
# Template file for 'python-jmespath'
pkgname=python-jmespath
version=0.9.4
revision=2
version=0.9.5
revision=1
archs=noarch
wrksrc="jmespath.py-${version}"
build_style=python-module
pycompile_module="jmespath"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="JSON Query language for Python2"
@ -13,7 +12,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
license="MIT"
homepage="http://jmespath.org"
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
checksum=13a21155c44fbb20013c1f58ced8874d4dd3506592c94b0a73a210a2360a6246
checksum=74d5baa70e6e43fd51253a435954fbd2d994ecd9eeb372f6c5cd694fb2bdcd76
alternatives="jmespath:jp.py:/usr/bin/jp.py2"
post_install() {
@ -23,7 +22,6 @@ post_install() {
python3-jmespath_package() {
archs=noarch
depends="python3"
pycompile_module="jmespath"
short_desc="${short_desc/Python2/Python3}"
alternatives="jmespath:jp.py:/usr/bin/jp.py3"
pkg_install() {