Skip to Content.
Sympa Menu

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

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 (d6a0b389ac4621db36d8023293cd6194e2a9d81f)
  • Date: Thu, 31 Mar 2011 16:15:22 -0500

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

ChangeLog | 2 ++
python-pypi/python-tracing/DEPENDS | 2 ++
python-pypi/python-tracing/DETAILS | 15 +++++++++++++++
python-pypi/python-tracing/HISTORY | 4 ++++
4 files changed, 23 insertions(+)

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

python-pypi/python-tracing: new spell, a library for logging debug
messages

diff --git a/ChangeLog b/ChangeLog
index 47057db..4535885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* utils/extrautils: new spell, utilities complementing moreutils
* python-pypi/ttystatus: new spell, a library for showing status
updates on
terminals
+ * python-pypi/python-tracing: new spell, a library for logging debug
+ messages

2011-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* database/dbd-firebird: new spell, Firebird DBD modules for perl DBI
diff --git a/python-pypi/python-tracing/DEPENDS
b/python-pypi/python-tracing/DEPENDS
new file mode 100755
index 0000000..01cf47c
--- /dev/null
+++ b/python-pypi/python-tracing/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends extrautils
diff --git a/python-pypi/python-tracing/DETAILS
b/python-pypi/python-tracing/DETAILS
new file mode 100755
index 0000000..62a219a
--- /dev/null
+++ b/python-pypi/python-tracing/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-tracing
+ VERSION=0.2
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:602096ff392e91a481bf2a9db36201d8e2d6f6facf02d7efd0bcd54e7916ace6231ee78fc04867d9ab5fe2c3e3204da35ec7341138663ebc02ba53c3041a0693
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://liw.fi/tracing";
+ LICENSE[0]=GPL
+ ENTERED=20110331
+ SHORT="a Python library that helps with logging debug messages"
+cat << EOF
+The Python library 'tracing' helps with logging debug messages. It provides a
+couple of functions for logging debug messages, and allows the user to enable
+or disable logging for particular code modules.
+EOF
diff --git a/python-pypi/python-tracing/HISTORY
b/python-pypi/python-tracing/HISTORY
new file mode 100644
index 0000000..d1447da
--- /dev/null
+++ b/python-pypi/python-tracing/HISTORY
@@ -0,0 +1,4 @@
+2011-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes Greiner
+ for the spell
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6a0b389ac4621db36d8023293cd6194e2a9d81f), Florian Franzmann, 03/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page