Port details |
- py-ldappool Simple connector pool for py-ldap
- 3.0.0 net =3 2.4.1_2Version of this port present on the latest quarterly branch.
- Maintainer: [email protected]
- Port Added: 2018-07-06 17:50:25
- Last Update: 2024-10-13 08:32:33
- Commit Hash: b6a6144
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: MPL20
- WWW:
- https://opendev.org/openstack/ldappool
- Description:
- ldappool keeps LDAP connectors alive and let you reuse them, drastically
reducing the time spent to initiate a ldap connection.
The pool has useful features like:
- transparent reconnection on failures or server restarts
- configurable pool size and connectors timeouts
- configurable max lifetime for connectors
- a context manager to simplify acquiring and releasing a connector
- ¦ ¦ ¦ ¦
- 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}ldappool>0:net/py-ldappool@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-ldappool/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-ldappool
- pkg install py311-ldappool
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 py311-ldappool listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ldappool
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728719320
SHA256 (ldappool-3.0.0.tar.gz) = 4bb59b7d6b11407f48ee01a781267e3c8ba98d91f426806ac7208612ae087b86
SIZE (ldappool-3.0.0.tar.gz) = 22373
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:
-
- py311-pbr>=2.0.0 : devel/py-pbr@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-prettytable>=0.7.2 : devel/py-prettytable@py311
- py311-python-ldap>=3.0.0 : net/py-python-ldap@py311
- py311-six>=0 : devel/py-six@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net_py-ldappool
- USES:
- 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 |
3.0.0 13 Oct 2024 08:32:33 |
Kai Knoblich (kai) |
net/py-ldappool: Update to 3.0.0
* Simplify Makefile by switching to USE_PYTHON=pytest and sort
USE_PYTHON while I'm here.
* Update WWW to point to the actual upstream repository.
Changelog:
https://github.com/openstack/ldappool/releases/tag/3.0.0 |
2.4.1_2 17 Nov 2023 01:57:21 |
Ruslan Makhmatkhanov (rm) |
Bump portrevision for dependant ports
after net/py-ldap renamed to net/py-python-ldap |
2.4.1_1 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> |
2.4.1_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
2.4.1_1 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 ) |
2.4.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.1_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.4.1_1 09 Oct 2020 19:03:14 |
sunpoet |
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change
===> py37-ldappool-2.4.1 depends on package: py37-prettytable>=0.7.2<0.8 - not
found
*** Error code 1
Stop.
make: stopped in /usr/ports/net/py-ldappool
Approved by: portmgr (blanket) |
2.4.1 13 May 2020 08:10:00 |
kai |
net/py-ldappool: Update to 2.4.1
* Separate USES block from non-relevant variables.
* While I'm here: Add "do-test" target to make future QA easier.
Notable changes since 2.2.0:
* Allow pool status to be printed as a table
* Handle retry logic for timeouts with multiple LDAP servers
* Improve connection retry logging
* Fix ldappool bad password retry logic
PR: 246402
Submitted by: sunpoet
MFH: 2020Q2 (Blanket: Bug/Reliability fixes) |
2.2.0 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
2.2.0 06 Jul 2018 17:50:13 |
miwi |
ldappool keeps LDAP connectors alive and let you reuse them, drastically
reducing the time spent to initiate a ldap connection.
The pool has useful features like:
- transparent reconnection on failures or server restarts
- configurable pool size and connectors timeouts
- configurable max lifetime for connectors
- a context manager to simplify acquiring and releasing a connector
WWW: https://pypi.org/project/ldappool/
PR: 228847
Submitted by: [email protected]
Sponsored by: iXsystems Inc. |