python-simplejson: update to 3.14.0. (#13729)
This commit is contained in:
parent
332ec9fba6
commit
65be49dcc9
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-simplejson'
|
||||
pkgname=python-simplejson
|
||||
version=3.13.2
|
||||
version=3.14.0
|
||||
revision=1
|
||||
wrksrc="simplejson-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="simplejson"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
pycompile_module="simplejson"
|
||||
short_desc="Simple, fast, extensible JSON encoder/decoder for Python2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/simplejson/simplejson"
|
||||
license="MIT, AFL-2.1"
|
||||
homepage="https://github.com/simplejson/simplejson"
|
||||
distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz"
|
||||
checksum=4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a
|
||||
checksum=1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue