summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-03-31 23:06:45 +0200
committerFlorian Franzmann2011-03-31 23:06:45 +0200
commit949d3bdbc9ad8881b232d2ea463fd008162e4bb7 (patch)
tree38a9b6eb9549ee1db62ccab86c81478f2a60d0b8
parent515005704d479c05b161c5914ce92dd4888c37bd (diff)
python-pypi/ttystatus: new spell, a library for displaying status
updates on the console
-rw-r--r--ChangeLog2
-rwxr-xr-xpython-pypi/ttystatus/DEPENDS2
-rwxr-xr-xpython-pypi/ttystatus/DETAILS13
-rw-r--r--python-pypi/ttystatus/HISTORY4
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 024e961413..47057db244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-03-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* utils/extrautils: new spell, utilities complementing moreutils
+ * python-pypi/ttystatus: new spell, a library for showing status updates on
+ terminals
2011-03-31 Treeve Jelbert <treeve@sourcemage.org>
* database/dbd-firebird: new spell, Firebird DBD modules for perl DBI
diff --git a/python-pypi/ttystatus/DEPENDS b/python-pypi/ttystatus/DEPENDS
new file mode 100755
index 0000000000..01cf47c2c6
--- /dev/null
+++ b/python-pypi/ttystatus/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends extrautils
diff --git a/python-pypi/ttystatus/DETAILS b/python-pypi/ttystatus/DETAILS
new file mode 100755
index 0000000000..5f3d312300
--- /dev/null
+++ b/python-pypi/ttystatus/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ttystatus
+ VERSION=0.10
+ SOURCE="python-${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/python-${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:4f1994d85b50968623fd5cdbcde09dad573529f2f5ee0b22863288282dfeb1eb23ecfcaee896e5f45a26157dcb432c125503d83a7e848b4669cc8aec78176094
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/python-${SPELL}-${VERSION}"
+ WEB_SITE="http://liw.fi/ttystatus"
+ LICENSE[0]=GPL
+ ENTERED=20110329
+ SHORT="a Python library for showing progress reporting and status updates on terminals"
+cat << EOF
+a Python library for showing progress reporting and status updates on terminals
+EOF
diff --git a/python-pypi/ttystatus/HISTORY b/python-pypi/ttystatus/HISTORY
new file mode 100644
index 0000000000..d1447da082
--- /dev/null
+++ b/python-pypi/ttystatus/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
+