wok rev 25247

updated python-wcwidth (0.1.9 -> 0.2.5)
author Hans-G?nter Theisgen
date Thu Jul 14 07:22:55 2022 +0100 (23 months ago)
parents 9971782ef811
children a8259fba4f93
files python-wcwidth/receipt
line diff
     1.1 --- a/python-wcwidth/receipt	Thu Jul 14 07:16:15 2022 +0100
     1.2 +++ b/python-wcwidth/receipt	Thu Jul 14 07:22:55 2022 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-wcwidth"
     1.7 -VERSION="0.1.9"
     1.8 +VERSION="0.2.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Measures number of Terminal column cells of wide-character codes."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://pypi.org/project/wcwidth/"
    1.14 +REPOLOGY="python:wcwidth"
    1.15  
    1.16  SOURCE="wcwidth"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -30,5 +31,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $install/usr	$fs
    1.23 +	cook_copy_folders	lib
    1.24  }