wok diff python-django/receipt @ rev 16659
linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 06:07:40 2014 +0000 (2014-05-14) |
parents | ca4495712bef |
children | d3eb5f4b53ea |
line diff
1.1 --- a/python-django/receipt Tue Jul 23 19:28:00 2013 -0300 1.2 +++ b/python-django/receipt Wed May 14 06:07:40 2014 +0000 1.3 @@ -6,11 +6,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Django is a high-level Python Web framework." 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="https://www.djangoproject.com/" 1.10 WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL" 1.11 +SUGGESTED="python-mysql" 1.12 + 1.13 DEPENDS="python python-pysqlite" 1.14 -SUGGESTED="python-mysql" 1.15 BUILD_DEPENDS="setuptools wget" 1.16 1.17 # Rules to configure and make the package.