python-simplejson: update to 3.6.3
This commit is contained in:
parent
4acf5117af
commit
ddc4865299
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-simplejson'
|
||||
pkgname=python-simplejson
|
||||
version=3.6.0
|
||||
version=3.6.3
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
wrksrc="simplejson-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
|
@ -13,8 +13,8 @@ short_desc="Simple, fast, extensible JSON encoder/decoder for Python2"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/simplejson/simplejson"
|
||||
license="MIT, AFL-2.1"
|
||||
distfiles="https://pypi.python.org/packages/source/s/simplejson/simplejson-${version}.tar.gz"
|
||||
checksum=ba61967615aaa3fd08d5f96373e6fa4ee5e0319c4083678825bb4f7572169d38
|
||||
distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz"
|
||||
checksum=1e2fe250d0325a6b53ab770376f1729e0bf4883785343bbfab23764419f09d7a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue