wok rev 23589

updated pyvim (0.0.13 -> 2.0.24)
author Hans-G?nter Theisgen
date Tue Apr 07 14:49:59 2020 +0100 (2020-04-07)
parents 568661c02a9d
children 64421aad6af1
files pyvim/receipt
line diff
     1.1 --- a/pyvim/receipt	Tue Apr 07 14:41:13 2020 +0100
     1.2 +++ b/pyvim/receipt	Tue Apr 07 14:49:59 2020 +0100
     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 -