Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (563a2575d7266d2a3ca42a84711430cd8385ab99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (563a2575d7266d2a3ca42a84711430cd8385ab99)
  • Date: Sat, 27 Aug 2011 09:40:34 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++++
python-pypi/python-cliapp/DEPENDS | 1 +
python-pypi/python-cliapp/DETAILS | 15 +++++++++++++++
python-pypi/python-cliapp/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit 563a2575d7266d2a3ca42a84711430cd8385ab99
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/python-cliapp: new spell, Python framework for Unix-like
command line programs

diff --git a/ChangeLog b/ChangeLog
index fcf5b9e..a338e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-27 Ladislav Hagara <hgr AT vabo.cz>
+ * python-pypi/python-cliapp: new spell
+ Python framework for Unix-like command line programs
+
2011-08-26 Pol Vinogradov <vin.public AT gmail.com>
* xfce-plugins/thunar-dropbox: new spell, Dropbox plugin for Thunar
* gnome2-libs/nautilus-dropbox: new spell, Dropbox extension for
Nautilus
diff --git a/python-pypi/python-cliapp/DEPENDS
b/python-pypi/python-cliapp/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/python-cliapp/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-cliapp/DETAILS
b/python-pypi/python-cliapp/DETAILS
new file mode 100755
index 0000000..28d814a
--- /dev/null
+++ b/python-pypi/python-cliapp/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-cliapp
+ VERSION=0.18
+ SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:886a3b9ff9aeb9765eae1ae115eff2cdc3d4fe4fd911a87f040d71f2bd7f5b8c8f3842aa4c5d2f8344e7379f1b8302d1d4bfd3ec5c671998563f9ad3361c094e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}_${VERSION}.orig"
+ WEB_SITE="http://liw.fi/cliapp/";
+ LICENSE[0]=GPL
+ ENTERED=20110827
+ SHORT="Python framework for Unix-like command line programs"
+cat << EOF
+cliapp is a Python framework for Unix-like command line programs. It contains
+the typical stuff such programs need to do, such as parsing the command line
for
+options, and iterating over input files.
+EOF
diff --git a/python-pypi/python-cliapp/HISTORY
b/python-pypi/python-cliapp/HISTORY
new file mode 100644
index 0000000..910f1e9
--- /dev/null
+++ b/python-pypi/python-cliapp/HISTORY
@@ -0,0 +1,2 @@
+2011-08-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.18



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (563a2575d7266d2a3ca42a84711430cd8385ab99), Ladislav Hagara, 08/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page