summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-python-sotools/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-python-sotools/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-python-sotools/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-python-sotools/package.py b/var/spack/repos/builtin/packages/py-python-sotools/package.py
new file mode 100644
index 0000000000..3dac633aff
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-python-sotools/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2023 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.package import *
+
+
+class PyPythonSotools(PythonPackage):
+ """python-sotools is a collection of tools to work with ELF shared objects"""
+
+ pypi = "python-sotools/python-sotools-0.1.0.tar.gz"
+
+ version("0.1.0", sha256="39a088f2ca384294e19a96a82d883feb729f0f2e5ae21d9785be357124ec61f2")
+
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pyelftools", type=("build", "run"))