summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-python-constraint/package.py
blob: c979aa516deb8d6c32760cad893790bff3d104d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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 PyPythonConstraint(PythonPackage):
    """Constraint Solving Problem resolver for Python"""

    homepage = "https://github.com/python-constraint/python-constraint"
    pypi = "python-constraint/python-constraint-1.4.0.tar.bz2"

    version("1.4.0", sha256="501d6f17afe0032dfc6ea6c0f8acc12e44f992733f00e8538961031ef27ccb8e")

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