[oe-commits] Jeremy Lainé : python-django: update to django 1.0

GIT User account git at amethyst.openembedded.net
Fri Oct 17 10:55:33 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 514f49a3f541dd0a88f40a222459448ee178c71e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=514f49a3f541dd0a88f40a222459448ee178c71e

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Fri Oct 17 12:54:36 2008 +0200

python-django: update to django 1.0

---

 conf/checksums.ini                   |    6 +++---
 packages/python/python-django_1.0.bb |   16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 6876a6b..e4c41a7 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -118,9 +118,9 @@ sha256=0875e553a17fe65e920ad810a67aa6faca582c53476d8dc75880a6b3da625d0b
 md5=835e850fddba8d8214d39ddd0646c3e8
 sha256=f83af60d53ab4319e5d71a4459cc10464ffd683efabacd6bd773bb807f8771fa
 
-[http://media.djangoproject.com/releases/0.96/Django-0.96.1.tar.gz]
-md5=10aa32e58969c4efeb00ef42ba192b17
-sha256=4874134e9fc6bd08eb7e451e42038394668895c26b7cc867d4c3fdaf9d711085
+[http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz]
+md5=84d0490e4126f31d1c23f640e1e86f2f
+sha256=4c780b9e2906944ce02a9325b15f480d2bd4c0b12137f752aa4800c0f8563acf
 
 [http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-2.0a.tar.gz]
 md5=3bf4d8d285591a5b7f31170f9b87aba0
diff --git a/packages/python/python-django_1.0.bb b/packages/python/python-django_1.0.bb
new file mode 100644
index 0000000..0681677
--- /dev/null
+++ b/packages/python/python-django_1.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Python Web framework"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+RDEPENDS = "python-email python-netserver python-pickle python-pprint \
+	    python-shell python-textutils python-threading python-unixadmin \
+	    python-xml"
+RRECOMMENDS = "python-pysqlite2"
+SRCNAME = "Django"
+
+SRC_URI = "http://media.djangoproject.com/releases/1.0/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"





More information about the Openembedded-commits mailing list