summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ubiquerg/package.py
blob: b38b3683a7dff3a54eefea97ca038c49c6fd1f00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 PyUbiquerg(PythonPackage):
    """Tools for work (erg) everywhere (ubique)."""

    homepage = "https://github.com/pepkit/ubiquerg"
    pypi = "ubiquerg/ubiquerg-0.6.2.tar.gz"

    license("BSD-2-Clause")

    version("0.6.2", sha256="a9b1388799d4c366f956e0c912819099ad8f6cd0e5d890923cdde197f80d14cf")

    depends_on("py-setuptools", type="build")