Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fa100a20c47c3288d1ae1b497aea11234bc4a727)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fa100a20c47c3288d1ae1b497aea11234bc4a727)
  • Date: Wed, 18 Mar 2015 08:24:49 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/python-daemon/DEPENDS | 4 ++++
python-pypi/python-daemon/DETAILS | 17 +++++++++++++++++
python-pypi/python-daemon/HISTORY | 2 ++
4 files changed, 27 insertions(+)

New commits:
commit fa100a20c47c3288d1ae1b497aea11234bc4a727
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-daemon: new spell, library to implement a well-behaved Unix daemon
process

diff --git a/ChangeLog b/ChangeLog
index 041c3db..a6a1302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-daemon: new spell, library to implement a
+ well-behaved Unix daemon process
+
2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/requests: new spell, Python HTTP for Humans
* volatiles: added fonts.dir/fonts.scale exceptions -- these files
diff --git a/python-pypi/python-daemon/DEPENDS
b/python-pypi/python-daemon/DEPENDS
new file mode 100755
index 0000000..dd2b30a
--- /dev/null
+++ b/python-pypi/python-daemon/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends SETUPTOOLS &&
+depends lockfile &&
+depends docutils
diff --git a/python-pypi/python-daemon/DETAILS
b/python-pypi/python-daemon/DETAILS
new file mode 100755
index 0000000..dc3ba2b
--- /dev/null
+++ b/python-pypi/python-daemon/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=python-daemon
+ VERSION=2.0.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:6bac000e304e0828dd54cfa3c7972c07dedb07684f98e5f7e05815df2cf2f25c43ddf4f121e8d282519bdfcca0990fab585f18e43b2578123bc7fbe5f5f8b73e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://alioth.debian.org/projects/python-daemon/
+ ENTERED=20150318
+ LICENSE[0]=APACHE
+ SHORT="library to implement a well-behaved Unix daemon process"
+cat << EOF
+This library implements the well-behaved daemon specification of PEP 3143,
+"Standard daemon process library".
+
+A well-behaved Unix daemon process is tricky to get right, but the required
+steps are much the same for every daemon program.
+EOF
diff --git a/python-pypi/python-daemon/HISTORY
b/python-pypi/python-daemon/HISTORY
new file mode 100644
index 0000000..94c7c28
--- /dev/null
+++ b/python-pypi/python-daemon/HISTORY
@@ -0,0 +1,2 @@
+2015-03-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.0.5



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fa100a20c47c3288d1ae1b497aea11234bc4a727), Vlad Glagolev, 03/18/2015

Archive powered by MHonArc 2.6.24.

Top of Page