From: Elena Grandi Date: Fri, 2 Jan 2009 09:36:09 +0000 (+0100) Subject: python-sphinx 0.5.1: new recipe for the python documentation generator X-Git-Tag: Release-2010-05/1~4603 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495c5d12b0ea3656cf470d74e43df9a473ee4500;p=openembedded.git python-sphinx 0.5.1: new recipe for the python documentation generator --- diff --git a/packages/python/python-sphinx_0.5.1.bb b/packages/python/python-sphinx_0.5.1.bb new file mode 100644 index 0000000000..06fa5e9e27 --- /dev/null +++ b/packages/python/python-sphinx_0.5.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python documentation generator" +SECTION = "devel/python" +LICENSE = "BSD" +PR = "0" + +SRC_URI = "http://pypi.python.org/packages/source/S/Sphinx/Sphinx-${PV}.tar.gz" + +S = "${WORKDIR}/Sphinx-${PV}" + +inherit distutils