Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (51cef7729f300853a4a6581d209ed721b72c8b2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (51cef7729f300853a4a6581d209ed721b72c8b2a)
  • Date: Fri, 7 May 2010 06:28:48 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/pygccxml/DEPENDS | 3 +++
python-pypi/pygccxml/DETAILS | 16 ++++++++++++++++
python-pypi/pygccxml/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit 51cef7729f300853a4a6581d209ed721b72c8b2a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygccxml: new spell, Python module to read GCCXML output

diff --git a/ChangeLog b/ChangeLog
index 49ff05e..cdd404d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-05-07 Ismael Luceno <ismael AT sourcemage.org>
* devel/gccxml: new spell, XML output for GCC
+ * python-pypi/pygccxml: new spell, Python module to read GCCXML output

2010-05-06 Eric Sandall <sandalle AT sourcemage.org>
* python-pypi/couchdb-python: Added a Python library for working with
diff --git a/python-pypi/pygccxml/DEPENDS b/python-pypi/pygccxml/DEPENDS
new file mode 100755
index 0000000..029557c
--- /dev/null
+++ b/python-pypi/pygccxml/DEPENDS
@@ -0,0 +1,3 @@
+depends zip &&
+depends gccxml &&
+depends python
diff --git a/python-pypi/pygccxml/DETAILS b/python-pypi/pygccxml/DETAILS
new file mode 100755
index 0000000..be3791c
--- /dev/null
+++ b/python-pypi/pygccxml/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pygccxml
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d2a96b5bb27c3620527839051e43fa1eee8884692707a347c76863ff44a04502dcff35fe18b95a35c32fb8a4935ed8d5d91bf41eb98aee74f6df08c48ddc0b67
+ WEB_SITE=http://www.language-binding.net/pygccxml/pygccxml.html
+ ENTERED=20100507
+ LICENSE[0]=http://www.boost.org/LICENSE_1_0.txt
+ KEYWORDS="gcc xml python devel"
+ SHORT="Python module to read GCCXML output"
+cat << EOF
+Specialized XML reader that reads the output from GCCXML.
+
+For examples and tutorials see the web site.
+EOF
diff --git a/python-pypi/pygccxml/HISTORY b/python-pypi/pygccxml/HISTORY
new file mode 100644
index 0000000..594550d
--- /dev/null
+++ b/python-pypi/pygccxml/HISTORY
@@ -0,0 +1,3 @@
+2010-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (51cef7729f300853a4a6581d209ed721b72c8b2a), Ismael Luceno, 05/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page