emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39216: closed ([PATCH] gnu: Add python-bonsai)


From: GNU bug Tracking System
Subject: bug#39216: closed ([PATCH] gnu: Add python-bonsai)
Date: Thu, 30 Jan 2020 16:50:02 +0000

Your message dated Thu, 30 Jan 2020 17:49:49 +0100
with message-id <address@hidden>
and subject line Re: [PATCH] gnu: Add python-bonsai
has caused the debbugs.gnu.org bug report #39216,
regarding [PATCH] gnu: Add python-bonsai
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39216: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39216
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-bonsai Date: Tue, 21 Jan 2020 11:52:22 +0100
* gnu/packages/python-xyz.scm (python-bonsai): New variable
---
 gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 715a0109f7..8fd11d5b48 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -95,6 +95,7 @@
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
+  #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages dbm)
   #:use-module (gnu packages file)
@@ -124,6 +125,7 @@
   #:use-module (gnu packages networking)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages openstack)
+  #:use-module (gnu packages openldap)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
@@ -17315,3 +17317,30 @@ tests.")
 GSSAPI C libraries.  While it focuses on the Kerberos mechanism, it should
 also be useable with other GSSAPI mechanisms.")
     (license license:isc)))
+
+(define-public python-bonsai
+  (package
+    (name "python-bonsai")
+    (version "1.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "bonsai" version))
+        (sha256
+          (base32
+            "0pfzlbri5rfblb4qfvcx46gx4y6z9h057xllmmz47q2qifvs6kfg"))))
+    (build-system python-build-system)
+    (inputs
+     `(("mit-krb5" ,mit-krb5)
+       ("cyrus-sasl" ,cyrus-sasl)
+       ("openldap" ,openldap)))
+    ;; disabling tests, since they require docker and extensive setup
+    (arguments `(#:tests? #f))
+    (home-page "https://github.com/noirello/bonsai";)
+    (synopsis
+      "Python 3 module for accessing LDAP directory servers.")
+    (description
+      "This is a module for handling LDAP operations in Python. 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.")
+    (license license:expat)))
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add python-bonsai Date: Thu, 30 Jan 2020 17:49:49 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Lars-Dominik Braun <address@hidden> writes:

> * gnu/packages/openldap.scm (python-bonsai): New variable

That was fast, thanks!

I adjusted the indentation with Emacs, added a copyright line for you
(hope that was okay!), and added punctuations to the commit message.

Pushed in e5d71802fc58bc3ebb1ef8afdca63adbca169a48.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]