Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (4dab6fd37c671d1fbf5f93baea55730fe3d0095b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (4dab6fd37c671d1fbf5f93baea55730fe3d0095b)
  • Date: Mon, 26 Dec 2011 12:57:16 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +++
python-pypi/lockfile/DEPENDS | 1 +
python-pypi/lockfile/DETAILS | 14 ++++++++++++++
python-pypi/lockfile/HISTORY | 3 +++
python-pypi/lockfile/lockfile-0.9.1.tar.gz.sig |binary
5 files changed, 21 insertions(+)

New commits:
commit 4dab6fd37c671d1fbf5f93baea55730fe3d0095b
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

ChangeLog: add new spell entry for lockfile

commit f4e54e449b0d96a4fb84d63310f09d4dd60830f1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

lockfile: new spell, provides a simple file locking API

diff --git a/ChangeLog b/ChangeLog
index 45b4f1a..7e19709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-26 Robin Cook <rcook AT wyrms.net>
+ * python-pypi/lockfile: new spell, provides simple file locking API
+
2011-12-26 Ladislav Hagara <hgr AT vabo.cz>
* xorg-app/xcb-util-renderutil: new spell, xcb render library

diff --git a/python-pypi/lockfile/DEPENDS b/python-pypi/lockfile/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/lockfile/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/lockfile/DETAILS b/python-pypi/lockfile/DETAILS
new file mode 100755
index 0000000..d102716
--- /dev/null
+++ b/python-pypi/lockfile/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lockfile
+ VERSION=0.9.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pylockfile.googlecode.com/files/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ WEB_SITE=http://code.google.com/p/episoder/
+ LICENSE[0]=GPL
+ ENTERED=20111226
+ SHORT="API for locking files"
+cat << EOF
+The lockfile package exports a LockFile class which provides a simple API for
+locking files
+EOF
diff --git a/python-pypi/lockfile/HISTORY b/python-pypi/lockfile/HISTORY
new file mode 100644
index 0000000..e5d55b5
--- /dev/null
+++ b/python-pypi/lockfile/HISTORY
@@ -0,0 +1,3 @@
+2011-12-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.9.1
+
diff --git a/python-pypi/lockfile/lockfile-0.9.1.tar.gz.sig
b/python-pypi/lockfile/lockfile-0.9.1.tar.gz.sig
new file mode 100644
index 0000000..35c686a
Binary files /dev/null and b/python-pypi/lockfile/lockfile-0.9.1.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (4dab6fd37c671d1fbf5f93baea55730fe3d0095b), Robin Cook, 12/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page