Added py-pamela package. Dependency of py-jupyterhub. (#13075)

This commit is contained in:
wspear 2019-10-08 18:08:32 -07:00 committed by Adam J. Stewart
parent 4377cc7066
commit 6a99b7e262

View File

@ -0,0 +1,17 @@
# Copyright 2013-2019 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 PyPamela(PythonPackage):
"""Python wrapper for PAM"""
homepage = "https://pypi.org/project/pamela/"
url = "https://pypi.io/packages/source/p/pamela/pamela-1.0.0.tar.gz"
version('1.0.0', sha256='65c9389bef7d1bb0b168813b6be21964df32016923aac7515bdf05366acbab6c')
depends_on('py-setuptools', type='build')