diff options
Diffstat (limited to 'recipes-devtools/python/python-sphinx_1.4.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-sphinx_1.4.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-sphinx_1.4.1.bb b/recipes-devtools/python/python-sphinx_1.4.1.bb new file mode 100644 index 00000000..835b369d --- /dev/null +++ b/recipes-devtools/python/python-sphinx_1.4.1.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=72f034adc6f7b05b09bc00d1a05bb065" | ||
| 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] = "4c4988e0306a04cef8dccc384281e585" | ||
| 13 | SRC_URI[sha256sum] = "c6871a784d24aba9270b6b28541537a57e2fcf4d7c799410eba18236bc76d6bc" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
