# HG changeset patch # User Hans-G?nter Theisgen # Date 1586262545 -3600 # Node ID 22a684b847c264fe75011af8ee0221ac1cd9dc3f # Parent 7ef7da602a7424b44f7d3242ca2740d52f6a5dc9 updated python-wcwidth (0.1.6 -> 0.1.9) diff -r 7ef7da602a74 -r 22a684b847c2 python-wcwidth/receipt --- a/python-wcwidth/receipt Tue Apr 07 13:24:38 2020 +0100 +++ b/python-wcwidth/receipt Tue Apr 07 13:29:05 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-wcwidth" -SOURCE="wcwidth" -VERSION="0.1.6" +VERSION="0.1.9" 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/" + +SOURCE="wcwidth" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/jquast/wcwidth" -WGET_URL="https://pypi.python.org/packages/source/w/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python-setuptools python-dev" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -