summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-08-23 15:24:10 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-23 15:24:10 -0700
commita38edff0c84699cc1764f4ba5619820ac1a1ea72 (patch)
treee4ddd6e5d8e67c0b916564534b84ae45b2910e7a /var
parentfdd7314cd165e62092780a16007d349b4728e353 (diff)
downloadspack-a38edff0c84699cc1764f4ba5619820ac1a1ea72.tar.gz
spack-a38edff0c84699cc1764f4ba5619820ac1a1ea72.tar.bz2
spack-a38edff0c84699cc1764f4ba5619820ac1a1ea72.tar.xz
spack-a38edff0c84699cc1764f4ba5619820ac1a1ea72.zip
New package: py-kitchen (#12464)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-kitchen/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-kitchen/package.py b/var/spack/repos/builtin/packages/py-kitchen/package.py
new file mode 100644
index 0000000000..29503f43c8
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-kitchen/package.py
@@ -0,0 +1,19 @@
+# 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 PyKitchen(PythonPackage):
+ """Kitchen contains a cornucopia of useful code
+ """
+
+ homepage = "https://fedorahosted.org/kitchen"
+ url = "https://pypi.io/packages/source/k/kitchen/kitchen-1.2.6.tar.gz"
+
+ version('1.2.6', sha256='b84cf582f1bd1556b60ebc7370b9d331eb9247b6b070ce89dfe959cba2c0b03c')
+ version('1.1.1', sha256='25670f80bcbabd0656946125cfad310980d5a5900d6c160d4f0187292120284e')
+
+ depends_on('py-setuptools', type='build')