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:
parent
67c8a63a0a
commit
5a9bc4bfb2
18
var/spack/repos/builtin/packages/py-gin-config/package.py
Normal file
18
var/spack/repos/builtin/packages/py-gin-config/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user