python-jsonpointer: update to 1.13

This commit is contained in:
Alessio Sergi 2017-10-30 22:17:44 +01:00
parent 96a592b232
commit ea7cec75b1
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-jsonpointer'
pkgname=python-jsonpointer
version=1.12
version=1.13
revision=1
noarch=yes
wrksrc="jsonpointer-${version}"
@ -13,11 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/stefankoegl/python-json-pointer"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz"
checksum=819b6dd4fd0a18ac219e02a0117f24b2d31296b0c475c33862cfa9a1616d62c3
checksum=44b3b6dc5ccb6f3517f32d3dd45eee30a4845ba0a2c77644f94577a5a3ad41c9
alternatives="jsonpointer:jsonpointer:/usr/bin/jsonpointer2"
post_install() {
vlicense COPYING LICENSE
vlicense LICENSE.txt LICENSE
}
python3-jsonpointer_package() {
@ -30,7 +30,7 @@ python3-jsonpointer_package() {
pkg_install() {
vmove usr/bin/jsonpointer3
vmove usr/lib/python3*
vlicense COPYING LICENSE
vlicense LICENSE.txt LICENSE
}
}
python3.4-jsonpointer_package() {