* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4
@ 2012-08-06 10:40 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-08-06 10:40 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2502 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4 (commit)
from 0a8ad870ed71ef8773c799b0adc141f2ba4e71f3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Aug 6 12:40:32 2012 +0200
python-daemon: New package.
-----------------------------------------------------------------------
Summary of changes:
.../python-daemon.nm | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
copy python-distutils-extra/python-distutils-extra.nm => python-daemon/python-daemon.nm (57%)
Difference in files:
diff --git a/python-daemon/python-daemon.nm b/python-daemon/python-daemon.nm
new file mode 100644
index 0000000..5223094
--- /dev/null
+++ b/python-daemon/python-daemon.nm
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = python-daemon
+version = 1.6
+release = 1
+arch = noarch
+
+groups = System/Libraries
+url = http://pypi.python.org/pypi/python-daemon
+license = Python
+summary = Library to implement a well-behaved Unix daemon process.
+
+description
+ This library implements the well-behaved daemon specification of PEP 3143,
+ "Standard daemon process library".
+end
+
+source_dl = http://pypi.python.org/packages/source/p/python-daemon
+
+build
+ requires
+ python-devel
+ python-setuptools
+ end
+
+ prepare_cmds
+ sed -i -e '/^#!\//, 1d' daemon/version/version_info.py
+ end
+
+ build
+ python setup.py build
+ end
+
+ install
+ python setup.py install --root=%{BUILDROOT}
+ end
+end
+
+packages
+ package %{name}
+end
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-06 10:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-06 10:40 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox