New package: py-gin-config (#27732)

* [py-gin-config] created template

* [py-gin-config]

- depends on setup tools
- added homepage
- added description
- removed fixmes
This commit is contained in:
Jen Herting 2021-12-01 10:52:59 -05:00 committed by GitHub
parent 67c8a63a0a
commit 5a9bc4bfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# Copyright 2013-2021 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 import *
class PyGinConfig(PythonPackage):
"""Gin provides a lightweight configuration framework for
Python, based on dependency injection."""
homepage = "https://github.com/google/gin-config"
pypi = "gin-config/gin-config-0.5.0.tar.gz"
version('0.5.0', sha256='0c6ea5026ded927c8c93c990b01c695257c1df446e45e549a158cfbc79e19ed6')
depends_on('py-setuptools', type='build')