wok-6.x rev 25237
updated python-simplejson (3.17.0 -> 3.17.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:45:54 2022 +0100 (2022-07-13) |
parents | 0f797f4527f9 |
children | 9005eda38457 |
files | python-simplejson/description.txt python-simplejson/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-simplejson/description.txt Wed Jul 13 17:45:54 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +Simplejson is a simple, fast, complete, correct and extensible JSON 1.5 +<http://json.org> encoder and decoder for Python 3.3+ with legacy support 1.6 +for Python 2.5+. 1.7 +It is pure Python code with no dependencies, but includes an optional C 1.8 +extension for a serious speed boost.
2.1 --- a/python-simplejson/receipt Wed Jul 13 17:41:12 2022 +0100 2.2 +++ b/python-simplejson/receipt Wed Jul 13 17:45:54 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-simplejson" 2.7 -VERSION="3.17.0" 2.8 +VERSION="3.17.6" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." 2.11 +SHORT_DESC="Simple, fast, extensible JSON encoder and decoder for python." 2.12 MAINTAINER="claudinei@slitaz.org" 2.13 LICENSE="MIT" 2.14 -WEB_SITE="https://pypi.python.org/pypi/simplejson" 2.15 +WEB_SITE="https://pypi.org/project/simplejson/" 2.16 +REPOLOGY="python:simplejson" 2.17 2.18 SOURCE="simplejson" 2.19 TARBALL="$SOURCE-$VERSION.tar.gz" 2.20 @@ -34,10 +35,10 @@ 2.21 mv /usr/bin/i486-slitaz-linux-gcc /tmp && 2.22 ln -s /cross/${ARCH}/tools/bin/arm-slitaz-linux-gnueabi-gcc \ 2.23 /usr/bin/i486-slitaz-linux-gcc ;; 2.24 - esac && 2.25 + esac 2.26 2.27 python setup.py build && 2.28 - python setup.py install --root=$DESTDIR && 2.29 + python setup.py install --root=$DESTDIR 2.30 2.31 case "$ARCH" in 2.32 arm*) 2.33 @@ -49,8 +50,7 @@ 2.34 # Rules to gen a SliTaz package suitable for Tazpkg. 2.35 genpkg_rules() 2.36 { 2.37 - mkdir -p $fs/usr 2.38 - cp -a $install/usr/lib $fs/usr 2.39 + cook_copy_folders lib 2.40 } 2.41 2.42 # Remove old package.