wok rev 23500

updated python-jedi (0.9.0 -> 0.16.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:51:44 2020 +0100 (2020-04-06)
parents cbaca39c624c
children 34b765740f7c
files python-jedi/receipt
line diff
     1.1 --- a/python-jedi/receipt	Mon Apr 06 07:43:47 2020 +0100
     1.2 +++ b/python-jedi/receipt	Mon Apr 06 07:51:44 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-jedi"
     1.7 -SOURCE="jedi"
     1.8 -VERSION="0.9.0"
     1.9 +VERSION="0.16.0"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="An autocompletion tool for Python that can be used for text editors."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://pypi.org/project/jedi/"
    1.15 +
    1.16 +SOURCE="jedi"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.19 -WGET_URL="https://pypi.python.org/packages/source/j/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/j/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python"
    1.23 -BUILD_DEPENDS="wget python-setuptools python-dev"
    1.24 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,6 +24,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35 -