New package: py-jaraco-classes (#32759)

* New package: py-jaraco-classes

* Update var/spack/repos/builtin/packages/py-jaraco-classes/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2022-09-22 22:41:53 +02:00 committed by GitHub
parent b18ab062cf
commit cbde650eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
# 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)
from spack.package import *
class PyJaracoClasses(PythonPackage):
"""Utility functions for Python class constructs"""
homepage = "https://github.com/jaraco/jaraco.classes"
pypi = "jaraco.classes/jaraco.classes-3.2.2.tar.gz"
version("3.2.2", sha256="6745f113b0b588239ceb49532aa09c3ebb947433ce311ef2f8e3ad64ebb74594")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools@56:", type="build")
depends_on("py-setuptools-scm@3.4.1: +toml", type="build")
depends_on("py-more-itertools", type=("build", "run"))