public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4
Date: Mon, 06 Aug 2012 12:40:50 +0200	[thread overview]
Message-ID: <20120806104051.96AA220099@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2012-08-06 10:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120806104051.96AA220099@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox