Files
2026-03-26 03:08:22 +11:00

33 lines
1.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
github.setup cannatag ldap3 2.9.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-ldap3
categories-append net www
platforms {darwin any}
supported_archs noarch
license LGPL-3+
maintainers nomaintainer
description A strictly RFC 4510 conforming LDAP V3 pure Python client library
long_description \
ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client \
library. The same codebase runs in Python 2, Python 3, PyPy and PyPy3.
checksums rmd160 4f27860d2e0619205ba8f37c0fa2392acf6befc7 \
sha256 0d795f6f5208383b01d78479a12d76ea5140e7c156f2d4a3705ad2983bce181f \
size 974252
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-asn1
}