wok rev 23571
updated python-unicodecsv (0.9.4 -> 0.14.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 10:51:07 2020 +0100 (2020-04-07) |
parents | 64cea38a74bf |
children | cd6572046bf4 |
files | python-unicodecsv/receipt |
line diff
1.1 --- a/python-unicodecsv/receipt Tue Apr 07 09:38:04 2020 +0100 1.2 +++ b/python-unicodecsv/receipt Tue Apr 07 10:51:07 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-unicodecsv" 1.7 -VERSION="0.9.4" 1.8 +VERSION="0.14.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A drop-in replacement of csv module which *does* support unicode." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://github.com/jdunck/python-unicodecsv" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/jdunck/python-unicodecsv" 1.17 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.18 1.19 DEPENDS="python" 1.20 -BUILD_DEPENDS="python wget python-setuptools" 1.21 +BUILD_DEPENDS="python python-setuptools" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -22,6 +23,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $install/usr $fs 1.30 + cp -a $install/usr $fs 1.31 } 1.32 -