Added py-pamela package. Dependency of py-jupyterhub. (#13075)
This commit is contained in:
parent
4377cc7066
commit
6a99b7e262
17
var/spack/repos/builtin/packages/py-pamela/package.py
Normal file
17
var/spack/repos/builtin/packages/py-pamela/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user