From fd70e7fb31415bf6c136a9b34d2c6dacdc91303b Mon Sep 17 00:00:00 2001 From: Jen Herting Date: Fri, 18 Aug 2023 12:59:47 -0400 Subject: [py-confection] new package (#39491) --- .../repos/builtin/packages/py-confection/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-confection/package.py diff --git a/var/spack/repos/builtin/packages/py-confection/package.py b/var/spack/repos/builtin/packages/py-confection/package.py new file mode 100644 index 0000000000..c4e3813b8e --- /dev/null +++ b/var/spack/repos/builtin/packages/py-confection/package.py @@ -0,0 +1,21 @@ +# 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 PyConfection(PythonPackage): + """The sweetest config system for Python""" + + homepage = "https://github.com/explosion/confection" + pypi = "confection/confection-0.0.4.tar.gz" + + version("0.0.4", sha256="b1ddf5885da635f0e260a40b339730806dfb1bd17d30e08764f35af841b04ecf") + + depends_on("python@3.6:", type=("build", "run")) + depends_on("py-setuptools", type="build") + depends_on("py-pydantic@1.7.4:1.7,1.9:1.10", type=("build", "run")) + depends_on("py-typing-extensions@3.7.4.1:4.4", type=("build", "run"), when="^python@3.7") + depends_on("py-srsly@2.4:2", type=("build", "run")) -- cgit v1.2.3-70-g09d2