void-packages/srcpkgs/python3-simplejson/template

21 lines
726 B
Bash

# Template file for 'python3-simplejson'
pkgname=python3-simplejson
version=3.18.3
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Simple, fast, extensible JSON encoder/decoder for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, AFL-2.1"
homepage="https://github.com/simplejson/simplejson"
changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
checksum=366d567166a38e8de28fd08bb5e374cad6d9c4ab57ce326c97fc761b3c5b0e4d
post_install() {
vlicense LICENSE.txt LICENSE
}