wok diff python-django/receipt @ rev 24225
updated perl-io-socket-ssl (2.068 -> 2.073)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 17:41:39 2021 +0100 (2021-12-31) |
parents | 5d50a02468c7 |
children | 2f230197370e |
line diff
1.1 --- a/python-django/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/python-django/receipt Fri Dec 31 17:41:39 2021 +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 -