diff options
Diffstat (limited to 'recipes/python/python-sphinx_0.5.1.bb')
-rw-r--r-- | recipes/python/python-sphinx_0.5.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/python/python-sphinx_0.5.1.bb b/recipes/python/python-sphinx_0.5.1.bb new file mode 100644 index 0000000000..a1bc9dd9f7 --- /dev/null +++ b/recipes/python/python-sphinx_0.5.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Python documentation generator" +SECTION = "devel/python" +LICENSE = "BSD" +PR = "ml0" + +SRC_URI = "http://pypi.python.org/packages/source/S/Sphinx/Sphinx-${PV}.tar.gz" +S = "${WORKDIR}/Sphinx-${PV}" + +inherit distutils |