wok diff python-simplejson/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents 104a2a2e5484
children
line diff
     1.1 --- a/python-simplejson/receipt	Mon Feb 07 18:01:05 2022 +0000
     1.2 +++ b/python-simplejson/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-simplejson"
     1.7 -VERSION="3.17.0"
     1.8 +VERSION="3.17.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python."
    1.11 +SHORT_DESC="Simple, fast, extensible JSON encoder and decoder for python."
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://pypi.python.org/pypi/simplejson"
    1.15 +WEB_SITE="https://pypi.org/project/simplejson/"
    1.16 +REPOLOGY="python:simplejson"
    1.17  
    1.18  SOURCE="simplejson"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 @@ -34,10 +35,10 @@
    1.21  			mv /usr/bin/i486-slitaz-linux-gcc /tmp &&
    1.22  			ln -s /cross/${ARCH}/tools/bin/arm-slitaz-linux-gnueabi-gcc \
    1.23  				/usr/bin/i486-slitaz-linux-gcc ;;
    1.24 -	esac &&
    1.25 +	esac
    1.26  
    1.27  	python setup.py build  &&
    1.28 -	python setup.py install --root=$DESTDIR &&
    1.29 +	python setup.py install --root=$DESTDIR
    1.30  
    1.31  	case "$ARCH" in
    1.32  		arm*)
    1.33 @@ -49,8 +50,7 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr
    1.38 -	cp -a $install/usr/lib	$fs/usr
    1.39 +	cook_copy_folders	lib
    1.40  }
    1.41  
    1.42  # Remove old package.