wok-current rev 25252
updated python-zfec (1.5.3 -> 1.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 07:44:30 2022 +0100 (2022-07-14) |
parents | 2e2732e7e234 |
children | 49a3a8bbbc49 |
files | python-zfec/description.txt python-zfec/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-zfec/description.txt Thu Jul 14 07:44:30 2022 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +Generate redundant blocks of information such that if some of the blocks 1.5 +are lost then the original data can be recovered from the remaining blocks. 1.6 +This package includes command-line tools, C API, Python API, and Haskell API.
2.1 --- a/python-zfec/receipt Thu Jul 14 07:39:02 2022 +0100 2.2 +++ b/python-zfec/receipt Thu Jul 14 07:44:30 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-zfec" 2.7 -VERSION="1.5.3" 2.8 +VERSION="1.5.5" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A fast erasure codec." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="https://pypi.python.org/pypi/zfec" 2.14 +WEB_SITE="https://pypi.org/project/zfec/" 2.15 +REPOLOGY="python:zfec" 2.16 2.17 SOURCE="zfec" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -31,8 +32,6 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - 2.25 - cp -a $install/usr/bin $fs/usr/ 2.26 - cp -a $install/usr/lib $fs/usr/ 2.27 + cook_copy_folders bin 2.28 + cook_copy_folders lib 2.29 }