Skip to Content.
Sympa Menu

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

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 (990617a6f162849f68b4e728cfd6928bcd95ca6f)
  • Date: Sat, 12 Oct 2013 21:30:36 -0500

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

ChangeLog | 3 +++
python-pypi/pexpect/DEPENDS | 1 +
python-pypi/pexpect/DETAILS | 14 ++++++++++++++
python-pypi/pexpect/HISTORY | 2 ++
4 files changed, 20 insertions(+)

New commits:
commit 990617a6f162849f68b4e728cfd6928bcd95ca6f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/pexpect: new spell, pure Python expect-like module

diff --git a/ChangeLog b/ChangeLog
index 980426e..334c089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-10-13 Ladislav Hagara <hgr AT vabo.cz>
+ * python-pypi/pexpect: new spell, pure Python expect-like module
+
2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
* python-pypi: batterymon-clone: new spell, updated clone of
batterymon
* libs/libva: new spell, Video Acceleration (VA) API for Linux
diff --git a/python-pypi/pexpect/DEPENDS b/python-pypi/pexpect/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pexpect/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pexpect/DETAILS b/python-pypi/pexpect/DETAILS
new file mode 100755
index 0000000..1ec6230
--- /dev/null
+++ b/python-pypi/pexpect/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pexpect
+ VERSION=2.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/pexpect/$SOURCE
+
SOURCE_HASH=sha512:0d5db34f3dc0e1a5bf7d8d0ab584897e4142592f35765762e4ca60d112106b91485098c91ad95a3cb3ad1f3d600619fa0ad41d930085e75974d78e0f06280a9f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://pypi.python.org/pypi/pexpect/
+ LICENSE[0]=MIT
+ ENTERED=20131013
+ SHORT="pure Python expect-like module"
+cat << EOF
+Pexpect is a pure Python expect-like module. Pexpect makes Python a better
tool
+for controlling other applications.
+EOF
diff --git a/python-pypi/pexpect/HISTORY b/python-pypi/pexpect/HISTORY
new file mode 100644
index 0000000..fb910fb
--- /dev/null
+++ b/python-pypi/pexpect/HISTORY
@@ -0,0 +1,2 @@
+2013-10-13 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 2.4



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (990617a6f162849f68b4e728cfd6928bcd95ca6f), Ladislav Hagara, 10/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page