python-jmespath: update to 0.9.4.
This commit is contained in:
parent
6a3b1a3833
commit
caccdea1a0
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python-jmespath'
|
# Template file for 'python-jmespath'
|
||||||
pkgname=python-jmespath
|
pkgname=python-jmespath
|
||||||
version=0.9.3
|
version=0.9.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="jmespath.py-${version}"
|
wrksrc="jmespath.py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="jmespath"
|
pycompile_module="jmespath"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://jmespath.org"
|
homepage="http://jmespath.org"
|
||||||
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
|
distfiles="https://github.com/jmespath/jmespath.py/archive/${version}.tar.gz"
|
||||||
checksum=88ca5ca1e1718e9c476f6904469de18a02ec8306e077ed58983b5050ab7348ac
|
checksum=13a21155c44fbb20013c1f58ced8874d4dd3506592c94b0a73a210a2360a6246
|
||||||
alternatives="jmespath:jp.py:/usr/bin/jp.py2"
|
alternatives="jmespath:jp.py:/usr/bin/jp.py2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -21,7 +21,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-jmespath_package() {
|
python3-jmespath_package() {
|
||||||
noarch=yes
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="jmespath"
|
pycompile_module="jmespath"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in a new issue