* [PATCH] python3-systemd: New package.
@ 2016-12-01 13:20 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-12-01 13:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1983 bytes --]
This package contains the python3 bindings for systemd.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
python3-systemd/python3-systemd.nm | 58 ++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
create mode 100644 python3-systemd/python3-systemd.nm
diff --git a/python3-systemd/python3-systemd.nm b/python3-systemd/python3-systemd.nm
new file mode 100644
index 0000000..6940c0b
--- /dev/null
+++ b/python3-systemd/python3-systemd.nm
@@ -0,0 +1,58 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = python3-systemd
+version = 232
+release = 1
+
+groups = Development/Tools
+url = https://github.com/systemd/python-systemd
+license = LGPLv2+
+summary = Python module wrapping systemd functionality.
+
+description
+ This package contains various Python modulse for a native access to
+ the systemd facilities.
+end
+
+thisapp = python-systemd-%{version}
+
+source_dl = https://github.com/systemd/python-systemd/archive/v%{version}.tar.gz#/
+
+build
+ requires
+ python3-devel >= 3.4
+ systemd-devel
+ end
+
+ prepare_cmds
+ sed -i 's/py\.test/pytest/' Makefile
+ end
+
+ make_build_targets += \
+ PYTHON=%{python3}
+
+ test
+ # Disable testsuite, because pytest is required
+ # which is currently not available.
+ #make PYTHON=%{python3} check
+ end
+
+ make_install_targets +=\
+ PYTHON=%{python3}
+
+ install_cmds
+ # Remove accidently installed files from testsuite.
+ rm -rvf %{BUILDROOT}%{python3_sitearch}/systemd/test
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-01 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-01 13:20 [PATCH] python3-systemd: New package Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox