# HG changeset patch # User Hans-G?nter Theisgen # Date 1586253067 -3600 # Node ID a0fac07e41cd6619333506e99b594d2827ce88d1 # Parent 64cea38a74bf581b9773c40ec9160bd9349882e6 updated python-unicodecsv (0.9.4 -> 0.14.1) diff -r 64cea38a74bf -r a0fac07e41cd python-unicodecsv/receipt --- a/python-unicodecsv/receipt Tue Apr 07 09:38:04 2020 +0100 +++ b/python-unicodecsv/receipt Tue Apr 07 10:51:07 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-unicodecsv" -VERSION="0.9.4" +VERSION="0.14.1" CATEGORY="development" SHORT_DESC="A drop-in replacement of csv module which *does* support unicode." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://github.com/jdunck/python-unicodecsv" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/jdunck/python-unicodecsv" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python wget python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -22,6 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -