summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-10-17 12:56:32 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2008-10-17 12:56:32 +0200
commit71cfc3966ebaf9e1e7f092377fee554ad6a8d1fd (patch)
treeec104590bff4628d5b402c6851c5973150ef1a15 /packages/python
parent514f49a3f541dd0a88f40a222459448ee178c71e (diff)
python-django: drop version 0.96.1
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-django_0.96.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/python/python-django_0.96.1.bb b/packages/python/python-django_0.96.1.bb
deleted file mode 100644
index 7921f9db0f..0000000000
--- a/packages/python/python-django_0.96.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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/0.96/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"