Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (b422a740812e46494f36744091b46ed62b922125)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (b422a740812e46494f36744091b46ed62b922125)
  • Date: Sun, 9 Sep 2007 23:45:03 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
python-devel/python-markdown/DEPENDS | 1 +
python-devel/python-markdown/DETAILS | 17 +++++++++++++++++
python-devel/python-markdown/HISTORY | 2 ++
python-devel/python-markdown/PRE_BUILD | 2 ++
5 files changed, 26 insertions(+)

New commits:
commit b422a740812e46494f36744091b46ed62b922125
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

python-devel/python-markdown: new spell, a Python implementation of
Markdown

diff --git a/ChangeLog b/ChangeLog
index 5256374..1a7e981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-10 Alexander Tsamutali <astsmtl AT gmail.com>
+ * python-devel/python-markdown: new spell, a Python implementation of
+ John Gruber's Markdown
+
2007-09-09 Robin Cook <rcook AT wyrms.net>
* New Spell gnome2-libs/pygtksourceview

diff --git a/python-devel/python-markdown/DEPENDS
b/python-devel/python-markdown/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-devel/python-markdown/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/python-markdown/DETAILS
b/python-devel/python-markdown/DETAILS
new file mode 100755
index 0000000..516ab6c
--- /dev/null
+++ b/python-devel/python-markdown/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=python-markdown
+ VERSION=1.6b
+ SOURCE="markdown-${VERSION}.zip"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:76a4a43396308c19ece36a2ea33dcd522cad1c373838f9a4c73fc608bc7dba49c569376c7425b1dc43a824304346c64623dcf52f1a254a224de48eb5709af02f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/markdown-${VERSION}"
+ WEB_SITE="http://www.freewisdom.org/projects/python-markdown/";
+ LICENSE[0]=GPL
+ ENTERED=20070910
+ SHORT="a Python implementation of John Gruber's Markdown"
+cat << EOF
+This is a Python implementation of John Gruber's Markdown. It is almost
+completely compliant with the reference implementation, though there are
+a few known issues. Python Markdown offers a flexible extension mechanism,
+which makes it possible to change the behavior of the module without having
+to edit the actual script files.
+EOF
diff --git a/python-devel/python-markdown/HISTORY
b/python-devel/python-markdown/HISTORY
new file mode 100644
index 0000000..9d42fc6
--- /dev/null
+++ b/python-devel/python-markdown/HISTORY
@@ -0,0 +1,2 @@
+2007-09-10 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
diff --git a/python-devel/python-markdown/PRE_BUILD
b/python-devel/python-markdown/PRE_BUILD
new file mode 100755
index 0000000..983d211
--- /dev/null
+++ b/python-devel/python-markdown/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+rm -rf ${BUILD_DIRECTORY}/releases



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (b422a740812e46494f36744091b46ed62b922125), Alexander Tsamutali, 09/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page