]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
python-daemon: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:20:30 +0000 (15:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:20:30 +0000 (15:20 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-daemon/python-daemon.nm [deleted file]

diff --git a/python-daemon/python-daemon.nm b/python-daemon/python-daemon.nm
deleted file mode 100644 (file)
index 5223094..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@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