python-sphinx 0.5.1: new recipe for the python documentation generator
authorElena Grandi <elena.valhalla@gmail.com>
Fri, 2 Jan 2009 09:36:09 +0000 (10:36 +0100)
committerElena Grandi <elena.valhalla@gmail.com>
Fri, 2 Jan 2009 10:20:29 +0000 (11:20 +0100)
packages/python/python-sphinx_0.5.1.bb [new file with mode: 0644]

diff --git a/packages/python/python-sphinx_0.5.1.bb b/packages/python/python-sphinx_0.5.1.bb
new file mode 100644 (file)
index 0000000..06fa5e9
--- /dev/null
@@ -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