diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-12-09 11:44:21 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:17:24 -0500 |
| commit | 18f6951ff709cc78c5519c0a593e39cf8c09f331 (patch) | |
| tree | 9a11af79c375235b4376019cbac47d96f1c12af7 /meta-openstack/recipes-devtools/python/python-django_1.7.5.bb | |
| parent | 2d260e08c1e1b4f115b226fdcaf02eb9e7dce77f (diff) | |
| download | meta-cloud-services-18f6951ff709cc78c5519c0a593e39cf8c09f331.tar.gz | |
python-django: uprev to 1.8.6
Move to use git to ease future uprevs. Note that a recipe for django
exists in meta-python and since it is a versioned recipe instead of a
"_git" recipe it seems to be picked up instead of our recipe, so we
need to add a PREFERRED_VERSION to ensure our recipe is used.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django_1.7.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django_1.7.5.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb deleted file mode 100644 index b462e4d..0000000 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "A high-level Python Web framework" | ||
| 2 | HOMEPAGE = "http://www.djangoproject.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | ||
| 6 | |||
| 7 | SRCNAME = "Django" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "e76c70a5dd7d56a511974b28ab38df20" | ||
| 13 | SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | FILES_${PN} += "${datadir}/django/*" | ||
| 20 | |||
