14 lines
532 B
Bash
14 lines
532 B
Bash
# Template file for 'python3-json5'
|
|
pkgname=python3-json5
|
|
version=0.9.5
|
|
revision=1
|
|
wrksrc=pyjson5-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest python3-hypothesis"
|
|
short_desc="Python implementation of the JSON5 data format"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/dpranke/pyjson5"
|
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045
|