python3-hjson: update to 3.1.0.
This commit is contained in:
parent
3cdc6e9268
commit
55206d1a8a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-hjson'
|
# Template file for 'python3-hjson'
|
||||||
pkgname=python3-hjson
|
pkgname=python3-hjson
|
||||||
version=3.0.1
|
version=3.1.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -10,8 +10,10 @@ maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hjson/hjson-py"
|
homepage="https://github.com/hjson/hjson-py"
|
||||||
distfiles="${PYPI_SITE}/h/hjson/hjson-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/hjson/hjson-${version}.tar.gz"
|
||||||
checksum=1d1727faa6aaef2973921877125a3ab7c5f6d34b93233179d01770f41fab51f9
|
checksum=55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75
|
||||||
|
make_check=no # pypi doesn't have test assets, github doesn't have release tag
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/hjson/tests
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue