[Lunar-commits] <moonbase> Sphinx: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 24 20:31:03 CEST 2010
commit 897c69caa1a4435717053996aa9de95fdcef1fb8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 24 14:31:03 2010 -0400
Sphinx: Adding to moonbase.
---
python/Sphinx/BUILD | 8 ++++++++
python/Sphinx/DEPENDS | 2 ++
python/Sphinx/DETAILS | 18 ++++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/python/Sphinx/BUILD b/python/Sphinx/BUILD
new file mode 100644
index 0000000..1a943c9
--- /dev/null
+++ b/python/Sphinx/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
+
diff --git a/python/Sphinx/DEPENDS b/python/Sphinx/DEPENDS
new file mode 100644
index 0000000..2f74872
--- /dev/null
+++ b/python/Sphinx/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
diff --git a/python/Sphinx/DETAILS b/python/Sphinx/DETAILS
new file mode 100644
index 0000000..ebb9f67
--- /dev/null
+++ b/python/Sphinx/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=Sphinx
+ VERSION=1.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/S/Sphinx/
+ SOURCE_VFY=sha1:93653c9e0d7a9f994b5d5ea4b86b6eda490fb720
+ WEB_SITE=http://pypi.python.org/pypi/Sphinx/1.0.3
+ ENTERED=20100824
+ UPDATED=20100824
+ SHORT="Python document tool"
+
+cat << EOF
+Sphinx is a tool that makes it easy to create intelligent and beautiful
+documentation for Python projects (or other documents consisting of
+multiple reStructuredText sources), written by Georg Brandl. It was
+originally created for the new Python documentation, and has excellent
+facilities for Python project documentation, but C/C++ is supported as
+well, and more languages are planned.
+EOF
More information about the Lunar-commits
mailing list