python-django: added recipe for 1.2.1, based on 1.0.2 recipe.
authorTom Hayward <tom@harbortronics.com>
Sun, 11 Jul 2010 18:47:54 +0000 (11:47 -0700)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jul 2010 15:47:54 +0000 (17:47 +0200)
recipes/python/python-django_1.2.1.bb [new file with mode: 0644]

diff --git a/recipes/python/python-django_1.2.1.bb b/recipes/python/python-django_1.2.1.bb
new file mode 100644 (file)
index 0000000..0dff6a8
--- /dev/null
@@ -0,0 +1,34 @@
+DESCRIPTION = "Python Web framework"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+SRCNAME = "Django"
+RELEASE = "1.2"
+PR = "r0"
+
+SRC_URI = "http://media.djangoproject.com/releases/${RELEASE}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"
+
+# TODO: huge package, increase granularity
+
+RDEPENDS_${PN} = "\
+  python-email \
+  python-html \
+  python-netserver \
+  python-numbers \
+  python-pickle \
+  python-pprint \
+  python-shell \
+  python-sqlite3 \
+  python-textutils \
+  python-threading \
+  python-unixadmin \
+  python-xml \
+"
+
+SRC_URI[md5sum] = "2351efb20f6b7b5d9ce80fa4cb1bd9ca"
+SRC_URI[sha256sum] = "eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9"