summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-systemd-python/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-systemd-python/package.py b/var/spack/repos/builtin/packages/py-systemd-python/package.py
new file mode 100644
index 0000000000..e7ef51a145
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-systemd-python/package.py
@@ -0,0 +1,15 @@
+# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PySystemdPython(PythonPackage):
+ """Python interface for libsystemd"""
+
+ homepage = "https://github.com/systemd/python-systemd"
+ url = "https://pypi.io/packages/source/s/systemd-python/systemd-python-234.tar.gz"
+
+ version('234', sha256='fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7')