python-jsonpointer: update to 1.13
This commit is contained in:
parent
96a592b232
commit
ea7cec75b1
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue