Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b2b5f20ed5c96e30a80eeecc71df0c753e427729)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b2b5f20ed5c96e30a80eeecc71df0c753e427729)
  • Date: Sun, 3 Jun 2012 06:46:30 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
doc/docutils/DETAILS | 4 ++--
doc/docutils/HISTORY | 3 +++
python-pypi/python-sphinx/DEPENDS | 2 ++
python-pypi/python-sphinx/DETAILS | 17 +++++++++++++++++
python-pypi/python-sphinx/HISTORY | 4 ++++
6 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit b2b5f20ed5c96e30a80eeecc71df0c753e427729
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-sphinx: add dependency on docutils

commit 3b63e8eb33b68dda92d578f9e623121501a42b90
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

doc/docutils: version 0.9

commit d83e364e67e9920aa179bf20ce430b3b29e5cbde
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-sphinx: new spell, a documentation generator for python

diff --git a/ChangeLog b/ChangeLog
index 91f4b8e..c2f557e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/python-sphinx: new spell, a documentation generator for
python
+
2012-06-03 Ladislav Hagara <hgr AT vabo.cz>
* http/xombrero: new spell, minimalists web browser

diff --git a/doc/docutils/DETAILS b/doc/docutils/DETAILS
index f597bdb..6306fcb 100755
--- a/doc/docutils/DETAILS
+++ b/doc/docutils/DETAILS
@@ -1,6 +1,6 @@
SPELL=docutils
- VERSION=0.8.1
-
SOURCE_HASH=sha512:61d09a3a07ca8c53aa830415066bd3d78ba6f9493f5ceb8351ba04967157494079a84ff0bc242145460a83f3980b09961b128aa3421d4614651066f23639635a
+ VERSION=0.9
+
SOURCE_HASH=sha512:ce015d79093e8fa0e14851c5f122a2c2d38981c82358bb1a9219271af2d12bf3219abbeed362114342ebd5a7173e0bf4a3686987c70bb950c72c2ffa3fed2440
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://$SPELL.sourceforge.net
diff --git a/doc/docutils/HISTORY b/doc/docutils/HISTORY
index c9090cd..4d8cc27 100644
--- a/doc/docutils/HISTORY
+++ b/doc/docutils/HISTORY
@@ -1,3 +1,6 @@
+2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.9
+
2011-10-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.1

diff --git a/python-pypi/python-sphinx/DEPENDS
b/python-pypi/python-sphinx/DEPENDS
new file mode 100755
index 0000000..5c07359
--- /dev/null
+++ b/python-pypi/python-sphinx/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends docutils
diff --git a/python-pypi/python-sphinx/DETAILS
b/python-pypi/python-sphinx/DETAILS
new file mode 100755
index 0000000..1bf09fe
--- /dev/null
+++ b/python-pypi/python-sphinx/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=python-sphinx
+ VERSION=1.1.3
+ SOURCE="Sphinx-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/S/Sphinx/${SOURCE}
+
SOURCE_HASH=sha512:b8312140d752bf557c8e41728513812aff3e5d0a89af88dea9da0df21bf09c8315f13305d7a724a5596d0192b167d613065ea564c6d92e4ffb23f1f246dbf052
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sphinx-${VERSION}"
+ WEB_SITE="http://sphinx.pocoo.org/index.html";
+ LICENSE[0]=PYTHON
+ ENTERED=20120603
+ SHORT="a documentation generator for python code"
+cat << EOF
+Sphinx is a tool that makes it easy to create intelligent and beautiful
+documentation. It was originally created for the new Python documentation,
+and it has excellent facilities for the documentation of Python projects,
+but C/C++ is already supported as well, and it is planned to add special
+support for other languages as well.
+EOF
diff --git a/python-pypi/python-sphinx/HISTORY
b/python-pypi/python-sphinx/HISTORY
new file mode 100644
index 0000000..07397a6
--- /dev/null
+++ b/python-pypi/python-sphinx/HISTORY
@@ -0,0 +1,4 @@
+2012-06-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+ * DEPENDS: added dependency on docutils
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b2b5f20ed5c96e30a80eeecc71df0c753e427729), Florian Franzmann, 06/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page