# HG changeset patch # User Hans-G?nter Theisgen # Date 1657779775 -3600 # Node ID d90c890997e3c40f8f5032bd899ca281668e83dd # Parent 9971782ef8119f555721e613feee7f909a16e9e7 updated python-wcwidth (0.1.9 -> 0.2.5) diff -r 9971782ef811 -r d90c890997e3 python-wcwidth/receipt --- a/python-wcwidth/receipt Thu Jul 14 07:16:15 2022 +0100 +++ b/python-wcwidth/receipt Thu Jul 14 07:22:55 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-wcwidth" -VERSION="0.1.9" +VERSION="0.2.5" CATEGORY="development" SHORT_DESC="Measures number of Terminal column cells of wide-character codes." MAINTAINER="paul@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/wcwidth/" +REPOLOGY="python:wcwidth" SOURCE="wcwidth" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -30,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }