wok diff pyvim/receipt @ rev 25558
Up libqcow (20221124)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 24 09:03:56 2023 +0000 (20 months ago) |
parents | 59547e97954f |
children | 0262035dc1e7 |
line diff
1.1 --- a/pyvim/receipt Tue Mar 15 11:32:25 2022 +0000 1.2 +++ b/pyvim/receipt Mon Apr 24 09:03:56 2023 +0000 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pyvim" 1.7 -VERSION="2.0.24" 1.8 +VERSION="3.0.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Pure Python Vi Implementation." 1.11 +MAINTAINER="paul@slitaz.org" 1.12 LICENSE="BSD" 1.13 -MAINTAINER="paul@slitaz.org" 1.14 -WEB_SITE="https://github.com/jonathanslenders/pyvim" 1.15 +WEB_SITE="https://pypi.org/project/pyvim/" 1.16 1.17 SOURCE="pyvim" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="ptpython python python-docopt python-prompt-toolkit python-pyflakes" 1.22 -BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit 1.23 +BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit 1.24 python-pyflakes python-setuptools" 1.25 1.26 # What is the latest version available today? 1.27 @@ -32,5 +32,6 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $install/usr $fs 1.32 + cook_copy_folders bin 1.33 + cook_copy_folders lib 1.34 }