wok-current rev 23588
updated python-zfec (1.4.24 -> 1.5.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:41:13 2020 +0100 (2020-04-07) |
parents | 8931c2b041d8 |
children | 341e72d2d146 |
files | python-zfec/receipt |
line diff
1.1 --- a/python-zfec/receipt Tue Apr 07 14:35:26 2020 +0100 1.2 +++ b/python-zfec/receipt Tue Apr 07 14:41:13 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-zfec" 1.7 -VERSION="1.4.24" 1.8 +VERSION="1.5.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A fast erasure codec." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://pypi.python.org/pypi/zfec" 1.14 + 1.15 SOURCE="zfec" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WGET_URL="https://pypi.python.org/packages/source/z/zfec/$TARBALL" 1.18 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.19 1.20 DEPENDS="python" 1.21 -BUILD_DEPENDS="wget python-dev" 1.22 +BUILD_DEPENDS="python python-dev python-setuptools" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -24,6 +25,7 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr 1.30 - cp -a $install/usr/bin $fs/usr/ 1.31 - cp -a $install/usr/lib $fs/usr/ 1.32 + 1.33 + cp -a $install/usr/bin $fs/usr/ 1.34 + cp -a $install/usr/lib $fs/usr/ 1.35 }