[Lunar-commits] <moonbase> python-markdown: Add new module.

Jannis Pohlmann jannis at xfce.org
Tue May 26 13:05:40 CEST 2009


commit 74d40c65ef3281a67acee6c6820a2595d54cf15e
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon May 25 11:12:30 2009 +0200

    python-markdown: Add new module.
---
 python/python-markdown/BUILD   |    7 +++++++
 python/python-markdown/DEPENDS |    1 +
 python/python-markdown/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/python/python-markdown/BUILD b/python/python-markdown/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/python/python-markdown/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/python-markdown/DEPENDS b/python/python-markdown/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/python-markdown/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/python-markdown/DETAILS b/python/python-markdown/DETAILS
new file mode 100644
index 0000000..6a3b9ca
--- /dev/null
+++ b/python/python-markdown/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=python-markdown
+         VERSION=2.0.1
+          SOURCE=Markdown-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Markdown-$VERSION
+      SOURCE_URL=http://pypi.python.org/packages/source/M/Markdown
+      SOURCE_VFY=sha1:5cd8485a29ee2185470e356a08fad9d1fdec8211
+        WEB_SITE=http://www.freewisdom.org/projects/python-markdown
+         ENTERED=20090525
+         UPDATED=20090525
+           SHORT="Text-to-HTML conversion tool for web writers"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Markdown is a text-to-HTML conversion tool for web writers. Markdown
+allows you to write using an easy-to-read, easy-to-write plain text
+format, then convert it to structurally valid XHTML (or HTML).
+
+Thus, “Markdown” is two things: (1) a plain text formatting syntax; 
+and (2) a software tool, written in Perl, that converts the plain 
+text formatting to HTML
+EOF


More information about the Lunar-commits mailing list