21 lines
729 B
Bash
21 lines
729 B
Bash
# Template file for 'python3-simplejson'
|
|
pkgname=python3-simplejson
|
|
version=3.18.1
|
|
revision=1
|
|
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="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
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=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|