# HG changeset patch # User Hans-G?nter Theisgen # Date 1586266266 -3600 # Node ID ac072d26eec56b23be6fd668866b99099acacaa6 # Parent 52910d6235cf4e8fcd52f1ff3eaa6d4125009c19 updated python-xlwt (0.7.2 -> 1.3.0) diff -r 52910d6235cf -r ac072d26eec5 python-xlwt/receipt --- a/python-xlwt/receipt Tue Apr 07 14:15:45 2020 +0100 +++ b/python-xlwt/receipt Tue Apr 07 14:31:06 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-xlwt" -SOURCE="xlwt" -VERSION="0.7.2" +VERSION="1.3.0" CATEGORY="development" -SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files" +SHORT_DESC="Python module for reading and writing Microsoft Excel spreadsheet files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -TARBALL="${SOURCE}_$VERSION.orig.tar.gz" -WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/" -WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.org/project/xlwt/" + +SOURCE="xlwt" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python python-antlr" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }