py-keyrings-alt: add new package (#24704)

This commit is contained in:
Manuela Kuhn 2021-07-05 12:45:29 +02:00 committed by GitHub
parent d764b776d7
commit 04289b2009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# 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 PyKeyringsAlt(PythonPackage):
"""Alternate keyring implementations"""
homepage = "https://github.com/jaraco/keyrings.alt"
pypi = "keyrings.alt/keyrings.alt-4.0.2.tar.gz"
version('4.0.2', sha256='cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools-scm+toml@3.4.1:', type='build')