diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 15:30:32 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 15:30:32 +0000 |
commit | 1d3e6ae58e38ac82c77f87aa323d854f54f9dd85 (patch) | |
tree | 5aefa17e75479842e83f2758ccf576c1ae230410 /packages/python/python-django_1.0.2.bb | |
parent | b78e2b7dfe2da0888ac8f9e036a5228b2c8f944f (diff) |
python-django: 1.0 -> 1.0.2
Diffstat (limited to 'packages/python/python-django_1.0.2.bb')
-rw-r--r-- | packages/python/python-django_1.0.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/python/python-django_1.0.2.bb b/packages/python/python-django_1.0.2.bb new file mode 100644 index 0000000000..0c572eeeda --- /dev/null +++ b/packages/python/python-django_1.0.2.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Python Web framework" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "Django" +PR = "ml0" + +SRC_URI = "http://media.djangoproject.com/releases/${PV}/${SRCNAME}-${PV}-final.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}-final" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}" + +# TODO: huge package, increase granularity + +RDEPENDS_${PN} = "\ + python-email \ + python-netserver \ + python-pickle \ + python-pprint \ + python-shell \ + python-sqlite \ + python-textutils \ + python-threading \ + python-unixadmin \ + python-xml \ +" |