python3-hjson: update to 3.1.0.

This commit is contained in:
icp 2023-02-17 22:33:04 +05:30 committed by classabbyamp
parent 3cdc6e9268
commit 55206d1a8a
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-hjson'
pkgname=python3-hjson
version=3.0.1
revision=4
version=3.1.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -10,8 +10,10 @@ maintainer="RinsedSloth <afernandezh@protonmail.com>"
license="MIT"
homepage="https://github.com/hjson/hjson-py"
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() {
vlicense LICENSE.txt
rm -r ${DESTDIR}/${py3_sitelib}/hjson/tests
}