# HG changeset patch # User Hans-G?nter Theisgen # Date 1657730754 -3600 # Node ID ba0c300a1105bd2bfa33061300134684731df6dd # Parent 0f797f4527f92823424d334504d7f3202f24b181 updated python-simplejson (3.17.0 -> 3.17.6) diff -r 0f797f4527f9 -r ba0c300a1105 python-simplejson/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-simplejson/description.txt Wed Jul 13 17:45:54 2022 +0100 @@ -0,0 +1,5 @@ +Simplejson is a simple, fast, complete, correct and extensible JSON + encoder and decoder for Python 3.3+ with legacy support +for Python 2.5+. +It is pure Python code with no dependencies, but includes an optional C +extension for a serious speed boost. diff -r 0f797f4527f9 -r ba0c300a1105 python-simplejson/receipt --- a/python-simplejson/receipt Wed Jul 13 17:41:12 2022 +0100 +++ b/python-simplejson/receipt Wed Jul 13 17:45:54 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-simplejson" -VERSION="3.17.0" +VERSION="3.17.6" CATEGORY="development" -SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." +SHORT_DESC="Simple, fast, extensible JSON encoder and decoder for python." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" -WEB_SITE="https://pypi.python.org/pypi/simplejson" +WEB_SITE="https://pypi.org/project/simplejson/" +REPOLOGY="python:simplejson" SOURCE="simplejson" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -34,10 +35,10 @@ mv /usr/bin/i486-slitaz-linux-gcc /tmp && ln -s /cross/${ARCH}/tools/bin/arm-slitaz-linux-gnueabi-gcc \ /usr/bin/i486-slitaz-linux-gcc ;; - esac && + esac python setup.py build && - python setup.py install --root=$DESTDIR && + python setup.py install --root=$DESTDIR case "$ARCH" in arm*) @@ -49,8 +50,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib } # Remove old package.