diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-01-02 10:36:09 +0100 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-01-02 11:20:29 +0100 |
commit | 495c5d12b0ea3656cf470d74e43df9a473ee4500 (patch) | |
tree | 56fce17a134417699fc0db14ee6080cdf2bfe2ef /packages/python | |
parent | e4df3951771176f89984edd08924ae066858b9fc (diff) |
python-sphinx 0.5.1: new recipe for the python documentation generator
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-sphinx_0.5.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 |