summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-gsi/package.py
blob: f3c777f8a526e00767ca9b3b09abb9306edace93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 PyGsi(PythonPackage):
    """Python interface for GSI authentication"""

    homepage = "https://github.com/DIRACGrid/pyGSI"
    pypi = "gsi/GSI-0.6.5.tar.gz"

    version('0.6.5', sha256='8291dd2fab2be12626272629f7f9661487c4e29f1f9ab8c61614c54b06cb0643', deprecated=True)

    depends_on('python@2.7.0:2.7', type=('build', 'run'))
    depends_on('py-setuptools', type=('build', 'run'))
    depends_on('openssl', type='link')