summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-python-constraint/package.py
blob: 422991370c3186c886269d56f6118ee4c0d56010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2022 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)


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')