diff options
author | klaatu <klaatu@member.nospam.fsf.org> | 2013-06-04 17:15:42 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:44 -0500 |
commit | a72cc2c168bf1a76b4ce9603b696a0810bfee2de (patch) | |
tree | c7ecdbcdb38736cd34d9a4b51b6a680e94525b42 /python/lockfile/lockfile.info | |
parent | bab534f26cda6882d85970582a6ffc0cb3700e43 (diff) | |
download | slackbuilds-a72cc2c168bf1a76b4ce9603b696a0810bfee2de.tar.gz |
python/lockfile: Added (API for locking files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/lockfile/lockfile.info')
-rw-r--r-- | python/lockfile/lockfile.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/lockfile/lockfile.info b/python/lockfile/lockfile.info new file mode 100644 index 0000000000..14f8d38b36 --- /dev/null +++ b/python/lockfile/lockfile.info @@ -0,0 +1,10 @@ +PRGNAM="lockfile" +VERSION="0.8" +HOMEPAGE="http://code.google.com/p/pylockfile/" +DOWNLOAD="http://pylockfile.googlecode.com/files/lockfile-0.8.tar.gz" +MD5SUM="2d515e19eb6f69d6ed711cbbafdec7ef" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="distribute" +MAINTAINER="klaatu" +EMAIL="klaatu@member.nospam.fsf.org" |