wok diff pyvim/receipt @ rev 23937
qemu: add X86_64 efi bios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 11:24:50 2020 +0000 (2020-09-12) |
parents | 5d50a02468c7 |
children | b569b85b0fb9 |
line diff
1.1 --- a/pyvim/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/pyvim/receipt Sat Sep 12 11:24:50 2020 +0000 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pyvim" 1.7 -SOURCE="pyvim" 1.8 -VERSION="0.0.13" 1.9 +VERSION="2.0.24" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Pure Python Vi Implementation." 1.12 MAINTAINER="paul@slitaz.org" 1.13 +WEB_SITE="https://github.com/jonathanslenders/pyvim" 1.14 + 1.15 +SOURCE="pyvim" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/jonathanslenders/pyvim" 1.18 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 -DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes" 1.22 -BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes python-setuptools python-dev" 1.23 +DEPENDS="ptpython python python-docopt python-prompt-toolkit python-pyflakes" 1.24 +BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit 1.25 + python-pyflakes python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -22,6 +24,5 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - cp -a $install/usr $fs 1.34 + cp -a $install/usr $fs 1.35 } 1.36 -