FreeBSD Bugzilla – Attachment 194113 Details for
Bug 228847
[NEW PORT] net/py-ldappool: Simple connector pool for py-ldap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-ldappool.patch
py-ldappool.patch (text/plain), 2.68 KB, created by
Kai Knoblich
on 2018-06-09 18:39:20 UTC
(
hide
)
Description:
py-ldappool.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-09 18:39:20 UTC
Size:
2.68 KB
patch
obsolete
>Index: py-ldappool/Makefile >=================================================================== >--- py-ldappool/Makefile (nonexistent) >+++ py-ldappool/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# $FreeBSD$ >+ >+PORTNAME= ldappool >+DISTVERSION= 2.2.0 >+CATEGORIES= net python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Simple connector pool for py-ldap >+ >+LICENSE= MPL20 >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.20:net/py-ldap@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-ldappool/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-ldappool/distinfo >=================================================================== >--- py-ldappool/distinfo (nonexistent) >+++ py-ldappool/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527764519 >+SHA256 (ldappool-2.2.0.tar.gz) = c97390692cd77dbb483957abd90b5bf18259602ac53a1bc58e5c493de36d760d >+SIZE (ldappool-2.2.0.tar.gz) = 15847 > >Property changes on: py-ldappool/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-ldappool/pkg-descr >=================================================================== >--- py-ldappool/pkg-descr (nonexistent) >+++ py-ldappool/pkg-descr (working copy) >@@ -0,0 +1,11 @@ >+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/ > >Property changes on: py-ldappool/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228847
: 194113