Bug 271696 - [NEW PORT] net/py-bonsai: Module for handling LDAP operations in Python
Summary: [NEW PORT] net/py-bonsai: Module for handling LDAP operations in Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/noirello/bonsai
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-28 16:18 UTC by Goran Mekić
Modified: 2023-06-08 11:37 UTC (History)
1 user (show)

See Also:


Attachments
bonsai.patch (2.79 KB, patch)
2023-05-28 16:20 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff
bonsai.patch (2.75 KB, patch)
2023-05-28 16:25 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff
bonsai.patch (2.75 KB, patch)
2023-05-28 17:44 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2023-05-28 16:18:56 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.2, amd64 tested)
Comment 1 Goran Mekić 2023-05-28 16:20:28 UTC
Created attachment 242466 [details]
bonsai.patch
Comment 2 Goran Mekić 2023-05-28 16:25:47 UTC
Created attachment 242467 [details]
bonsai.patch
Comment 3 Goran Mekić 2023-05-28 17:44:38 UTC
Created attachment 242468 [details]
bonsai.patch

Sorry for the noise, I forgot to tick off the old patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-06-08 11:36:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ae00f31b566bb627decdf590dd002e0c57dde3b

commit 5ae00f31b566bb627decdf590dd002e0c57dde3b
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-05-28 16:15:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-08 10:51:07 +0000

    net/py-bonsai: Module for handling LDAP operations in Python

    This module uses libldap2 on Unix platforms and WinLDAP on Microsoft Windows.
    LDAP entries are mapped to a special Python case-insensitive dictionary,
    tracking the changes of the dictionary to modify the entry on the server easily.

    WWW: https://github.com/noirello/bonsai

    PR:             271696

 net/Makefile                  |  1 +
 net/py-bonsai/Makefile (new)  | 30 ++++++++++++++++++++++++++++++
 net/py-bonsai/distinfo (new)  |  3 +++
 net/py-bonsai/pkg-descr (new) |  3 +++
 4 files changed, 37 insertions(+)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-06-08 11:37:13 UTC
Thank you for your submission.