summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-sphinx_1.2b1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-sphinx_1.2b1.bb')
-rw-r--r--recipes-devtools/python/python-sphinx_1.2b1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-sphinx_1.2b1.bb b/recipes-devtools/python/python-sphinx_1.2b1.bb
new file mode 100644
index 00000000..acdba560
--- /dev/null
+++ b/recipes-devtools/python/python-sphinx_1.2b1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Python documentation generator"
2HOMEPAGE = "http://sphinx-doc.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=da9cf9fa4e0d0076dd4d116777ad401e"
6
7PR = "r0"
8SRCNAME = "Sphinx"
9
10SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "67bea6df63be8e2a76ebedc76d8f71a3"
13SRC_URI[sha256sum] = "16102b69e939d9ee60b05d694a804a83e3ce047c283f6b981a83573a75ea718d"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools