summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-03-31 23:14:27 +0200
committerFlorian Franzmann2011-03-31 23:14:27 +0200
commitd6a0b389ac4621db36d8023293cd6194e2a9d81f (patch)
treec6c505ddced05fec89105b1df3a9cdcfec65354a
parent949d3bdbc9ad8881b232d2ea463fd008162e4bb7 (diff)
python-pypi/python-tracing: new spell, a library for logging debug
messages
-rw-r--r--ChangeLog2
-rwxr-xr-xpython-pypi/python-tracing/DEPENDS2
-rwxr-xr-xpython-pypi/python-tracing/DETAILS15
-rw-r--r--python-pypi/python-tracing/HISTORY4
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47057db244..4535885346 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@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 0000000000..01cf47c2c6
--- /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 0000000000..62a219abea
--- /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 0000000000..d1447da082
--- /dev/null
+++ b/python-pypi/python-tracing/HISTORY
@@ -0,0 +1,4 @@
+2011-03-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes Greiner
+ for the spell
+