diff options
author | Sinan <sbulutw@gmail.com> | 2019-08-31 12:57:03 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-08-31 14:57:03 -0500 |
commit | 67230324409bbc6c71b0c70c67dbf7063f082a62 (patch) | |
tree | 0987bf000b986be211b410b01e9e37ceed9a25c3 | |
parent | 1a8ece4504f855784a90c7e54081e0cf3e92d14f (diff) | |
download | spack-67230324409bbc6c71b0c70c67dbf7063f082a62.tar.gz spack-67230324409bbc6c71b0c70c67dbf7063f082a62.tar.bz2 spack-67230324409bbc6c71b0c70c67dbf7063f082a62.tar.xz spack-67230324409bbc6c71b0c70c67dbf7063f082a62.zip |
new package: py-systemd-python (#12595)
-rw-r--r-- | var/spack/repos/builtin/packages/py-systemd-python/package.py | 15 |
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') |