diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:34:48 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | 8b4774ae89df443c3005cae4034388d265d330ee (patch) | |
| tree | 8fee4a0773afb8d8012715194cb99d072c4a6aa7 /meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb | |
| parent | de486cdcab10f23b19b89cd5b17a2c321a94dcc9 (diff) | |
| download | meta-cloud-services-8b4774ae89df443c3005cae4034388d265d330ee.tar.gz | |
python-sphinx1: added 1.2b1
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb b/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb new file mode 100644 index 0000000..acdba56 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python documentation generator" | ||
| 2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da9cf9fa4e0d0076dd4d116777ad401e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Sphinx" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "67bea6df63be8e2a76ebedc76d8f71a3" | ||
| 13 | SRC_URI[sha256sum] = "16102b69e939d9ee60b05d694a804a83e3ce047c283f6b981a83573a75ea718d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
