wok rev 23478

updated python-django (1.5.1 -> 1.11.29)
author Hans-G?nter Theisgen
date Sun Apr 05 15:49:21 2020 +0100 (2020-04-05)
parents f8147fa290f4
children 947565b77b20
files python-django/receipt
line diff
     1.1 --- a/python-django/receipt	Sun Apr 05 15:31:36 2020 +0100
     1.2 +++ b/python-django/receipt	Sun Apr 05 15:49:21 2020 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-django"
     1.7 -SOURCE="Django"
     1.8 -VERSION="1.5.1"
     1.9 +VERSION="1.11.29"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Django is a high-level Python Web framework."
    1.12 +SHORT_DESC="A high-level Python Web framework."
    1.13  MAINTAINER="claudinei@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="https://www.djangoproject.com/"
    1.16 +
    1.17 +SOURCE="Django"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://www.djangoproject.com/"
    1.20  WGET_URL="https://www.djangoproject.com/m/releases/${VERSION%.*}/$TARBALL"
    1.21 +
    1.22  SUGGESTED="python-mysql"
    1.23 -
    1.24  DEPENDS="python python-pysqlite"
    1.25 -BUILD_DEPENDS="python-setuptools wget"
    1.26 +BUILD_DEPENDS="python python-setuptools"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -25,7 +26,7 @@
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr
    1.34 -	cp -a $install/usr $fs
    1.35 +	cp -a $install/usr	$fs
    1.36  }
    1.37  
    1.38  # Remove old package.
    1.39 @@ -34,4 +35,3 @@
    1.40  	[ ! -d "$1/var/lib/tazpkg/installed/django" ] ||
    1.41  	rm -rf "$1/var/lib/tazpkg/installed/django"
    1.42  }
    1.43 -