[add] py-ldap3: new recipe, required by py-metomi-rose (#39982)
This commit is contained in:
parent
dc22a80f86
commit
1b3a2ba06a
20
var/spack/repos/builtin/packages/py-ldap3/package.py
Normal file
20
var/spack/repos/builtin/packages/py-ldap3/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2013-2023 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.package import *
|
||||
|
||||
|
||||
class PyLdap3(PythonPackage):
|
||||
"""A strictly RFC 4510 conforming LDAP V3 pure Python client library."""
|
||||
|
||||
homepage = "https://github.com/cannatag/ldap3"
|
||||
pypi = "ldap3/ldap3-2.9.1.tar.gz"
|
||||
|
||||
maintainers("LydDeb")
|
||||
|
||||
version("2.9.1", sha256="f3e7fc4718e3f09dda568b57100095e0ce58633bcabbed8667ce3f8fbaa4229f")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-pyasn1@0.4.6:", type=("build", "run"))
|
Loading…
Reference in New Issue
Block a user