summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-10-04 09:43:10 +0200
committerGitHub <noreply@github.com>2021-10-04 09:43:10 +0200
commitd0da7c844026031e69919dd246852fa2a92699a5 (patch)
tree146ad0cc1e39632b0b29b8d7cff07d40c520a9b4 /var
parent69abc4d860695eeaaa314ac3bf5655b57f2f5b55 (diff)
downloadspack-d0da7c844026031e69919dd246852fa2a92699a5.tar.gz
spack-d0da7c844026031e69919dd246852fa2a92699a5.tar.bz2
spack-d0da7c844026031e69919dd246852fa2a92699a5.tar.xz
spack-d0da7c844026031e69919dd246852fa2a92699a5.zip
py-pockets: add new package (#26452)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pockets/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pockets/package.py b/var/spack/repos/builtin/packages/py-pockets/package.py
new file mode 100644
index 0000000000..c0dcb52ac0
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pockets/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2021 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 PyPockets(PythonPackage):
+ """A collection of helpful Python tools."""
+
+ homepage = "http://pockets.readthedocs.org/"
+ pypi = "pockets/pockets-0.9.1.tar.gz"
+
+ version('0.9.1', sha256='9320f1a3c6f7a9133fe3b571f283bcf3353cd70249025ae8d618e40e9f7e92b3')
+
+ depends_on('py-setuptools', type='build')
+ depends_on('py-six@1.5.2:', type=('build', 'run'))