wok-6.x diff python-xlwt/receipt @ rev 23868
dropbear/openssh: generate ed25519 keys
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 21 18:06:13 2020 +0000 (2020-06-21) |
parents | acc0cf34b379 |
children | 1df6fa555414 |
line diff
1.1 --- a/python-xlwt/receipt Wed Sep 18 19:26:59 2019 +0200 1.2 +++ b/python-xlwt/receipt Sun Jun 21 18:06:13 2020 +0000 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 }