python-jsonpointer: update to 1.10
This commit is contained in:
parent
fafd8ca9b9
commit
949488aa78
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jsonpointer'
|
||||
pkgname=python-jsonpointer
|
||||
version=1.9
|
||||
version=1.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="jsonpointer-${version}"
|
||||
|
@ -12,13 +12,16 @@ pycompile_module="jsonpointer.py"
|
|||
short_desc="Resolve JSON Pointers according to RFC 6901 (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/stefankoegl/python-json-pointer"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz"
|
||||
checksum=39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308
|
||||
checksum=9fa5dcac35eefd53e25d6cd4c310d963c9f0b897641772cd6e5e7b89df7ee0b1
|
||||
|
||||
pre_install() {
|
||||
mv build-3.4/scripts-3.4/jsonpointer{,3}
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
python3.4-jsonpointer_package() {
|
||||
noarch=yes
|
||||
|
@ -29,5 +32,6 @@ python3.4-jsonpointer_package() {
|
|||
pkg_install() {
|
||||
vmove usr/bin/jsonpointer3
|
||||
vmove usr/lib/python3.4
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue