Port details |
- py-ldap0 Module package for implementing LDAP clients
- 1.4.7 net =2 1.4.7Version of this port present on the latest quarterly branch.
- Maintainer: girgen@FreeBSD.org
- Port Added: 2018-05-03 13:26:38
- Last Update: 2023-07-12 18:56:04
- Commit Hash: 7d1faa7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: PSFL
- WWW:
- https://gitlab.com/ae-dir/python-ldap0
- Description:
- ldap0 provides an object-oriented API to access LDAP directory servers from
Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains Python modules:
- parsing and producing LDIF
- handle LDAPURLs
- parse and handle LDAPv3 subschema
- LDAPv3 extended operations and controls
- automatic tests with OpenLDAP server This package is a non-compatible for
of python-ldap and therefore uses the separate module name-space 'ldap0'.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ldap0>0:net/py-ldap0@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-ldap0/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-ldap0
- pkg install py39-ldap0
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-ldap0 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ldap0
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1643577788
SHA256 (ae-dir-python-ldap0-70b3aad8593d34c82f6bca1eca53f1c8938d345d_GL0.tar.gz) = c294d599967709eb930e272bb09763e267bbe57ae20ec1cc081d3501ba5c2fc2
SIZE (ae-dir-python-ldap0-70b3aad8593d34c82f6bca1eca53f1c8938d345d_GL0.tar.gz) = 253897
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- slapd : net/openldap26-server
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pyasn1>=0.4.5 : devel/py-pyasn1@py39
- py39-pyasn1-modules>=0.2.5 : devel/py-pyasn1-modules@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- This port is required by:
- for Run
-
- www/web2ldap
Configuration Options:
- No options to configure
- Options name:
- net_py-ldap0
- USES:
- ldap:24 localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.7 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.4.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.4.7 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.7 31 Jan 2022 09:36:32 |
Palle Girgensohn (girgen) |
net/py-ldap0: update to 1.4.7 |
1.4.0 24 Oct 2021 16:27:25 |
Palle Girgensohn (girgen) |
net/py-ldap0: update to 1.4.0
PR: 259050
Submitted by: Xin LI |
1.3.1 11 Oct 2021 14:42:38 |
Palle Girgensohn (girgen) |
net/py-ldap0: update to 1.3.1
PR: 259050 |
1.2.8_1 01 Aug 2021 08:32:35 |
Xin LI (delphij) |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301 |
1.2.8 07 Jun 2021 12:55:41 |
Palle Girgensohn (girgen) |
net/py-ldap0: update to version 1.2.8
Fetch from gitlab, since the pypi links don't work for some reason. |
1.1.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.3 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.1.3 13 Nov 2020 20:32:48 |
girgen |
Update to 1.1.3 |
0.6.8 13 Jan 2020 06:28:27 |
antoine |
Fix DEPENDS |
0.6.8 13 Jan 2020 02:49:03 |
koobs |
net/ldap0: Update to 0.6.8 [1]
Note: ldap0 is Python 3.x only since 0.3.0
While I'm here, level up ports compliance and fix ports issues:
- Match COMMENT to setup.py:description
- Match *_DEPENDS (and versions) to setup.py:*_requires
- Add TEST_* variables and test (QA) target [1][2]
- Replace setup.py INCLUDES patch with setuptools build_ext commands
which honour environment variables
- Strip extension/library
- Patch setup.cfg to remove unconditional debug builds
- Update pkg-descr formatting and WWW url (to match setup.py:homepage)
(Only the first 15 lines of the commit message are shown above ) |
0.0.60_1 10 Feb 2019 00:08:37 |
sunpoet |
Update to 40.8.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 235474
Exp-run by: antoine |
0.0.60_1 06 May 2018 21:39:24 |
girgen |
The port only supports python 2.7
Fix pkg-descr while I'm here. |
0.0.60 04 May 2018 13:05:52 |
girgen |
Fix build problems
This port requires OpenLDAP with SASL |
0.0.60 03 May 2018 13:26:25 |
girgen |
Update web2ldap to verstion 1.3.16
Also welcome py-ldap0 to the ports tree as a dependency.
This version adds a rc script to start the standalone mode.
Taking maintainership as bsam@ offered to step down.
Releasenotes: https://web2ldap.de/changes-1.3.html#r1.3.16
PR: 227459 |