summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-kitchen/package.py
blob: 135a870dd6bd6576c49196f74174bb581e02ec89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2020 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"
    pypi = "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')