wok diff python-serial/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 076f424196b2
children b81ceff0b056
line diff
     1.1 --- a/python-serial/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-serial/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -3,10 +3,11 @@
     1.4  PACKAGE="python-serial"
     1.5  VERSION="3.4"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Multiplataform serial port module for python"
     1.8 +SHORT_DESC="Multiplatform serial port module for python."
     1.9  MAINTAINER="claudinei@slitaz.org"
    1.10  LICENSE="BSD"
    1.11 -WEB_SITE="https://pypi.org/project/pyserial/"
    1.12 +WEB_SITE="https://pypi.org/project/serial/"
    1.13 +REPOLOGY="python-serial"
    1.14  
    1.15  SOURCE="pyserial"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 @@ -32,13 +33,11 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	mkdir -p $fs/usr
    1.22 -
    1.23  	for file in `find $install | grep 'pyc$'`
    1.24  	  do
    1.25  		rm $file
    1.26  	  done
    1.27  
    1.28 -	cp -a $install/usr/bin	$fs/usr
    1.29 -	cp -a $install/usr/lib	$fs/usr
    1.30 +	cook_copy_folders	bin
    1.31 +	cook_copy_folders	lib
    1.32  }