wok rev 23586

updated python-xlwt (0.7.2 -> 1.3.0)
author Hans-G?nter Theisgen
date Tue Apr 07 14:31:06 2020 +0100 (2020-04-07)
parents 52910d6235cf
children 8931c2b041d8
files python-xlwt/receipt
line diff
     1.1 --- a/python-xlwt/receipt	Tue Apr 07 14:15:45 2020 +0100
     1.2 +++ b/python-xlwt/receipt	Tue Apr 07 14:31:06 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-xlwt"
     1.7 -SOURCE="xlwt"
     1.8 -VERSION="0.7.2"
     1.9 +VERSION="1.3.0"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files"
    1.12 +SHORT_DESC="Python module for reading and writing Microsoft Excel spreadsheet files."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
    1.16 -WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/"
    1.17 -WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.18 +WEB_SITE="https://pypi.org/project/xlwt/"
    1.19 +
    1.20 +SOURCE="xlwt"
    1.21 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python python-antlr"
    1.25 -BUILD_DEPENDS="python-dev python"
    1.26 +BUILD_DEPENDS="python  python-dev python-setuptools"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -24,6 +25,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs
    1.35 -	cp -a $install/usr $fs
    1.36 +	cp -a $install/usr	$fs
    1.37  }