[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
176/242: gnu: Add python-bson.
From: |
guix-commits |
Subject: |
176/242: gnu: Add python-bson. |
Date: |
Thu, 12 May 2022 14:14:27 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit d153caabac440073d2123e9ed56151f3da6b3370
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 14:00:47 2022 -0400
gnu: Add python-bson.
* gnu/packages/python-xyz.scm (python-bson): 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 d47d9507ba..21b4ac3131 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18400,6 +18400,35 @@ multitouch applications.")
(define-public python-binwalk
(deprecated-package "python-binwalk" binwalk))
+(define-public python-bson
+ (package
+ (name "python-bson")
+ (version "0.5.10")
+ (source
+ (origin
+ (method git-fetch) ;for tests
+ (uri (git-reference
+ (url "https://github.com/py-bson/bson")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1vpy4rsvm3hhawvbg9rbw4j36ck8qylkhm8cjy0q6imvinkd2als"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "./test.py")))))))
+ (propagated-inputs (list python-dateutil python-six))
+ (home-page "https://github.com/py-bson/bson")
+ (synopsis "BSON (Binary JSON) codec for Python")
+ (description "@code{bson} is a Python library implementing a BSON (Binary
+JSON) codec.")
+ (license license:asl2.0)))
+
(define-public python-nltk
(package
(name "python-nltk")
- 86/242: gnu: Add font-amiri., (continued)
- 86/242: gnu: Add font-amiri., guix-commits, 2022/05/12
- 113/242: gnu: python-nbconvert: Update to 6.5.0., guix-commits, 2022/05/12
- 115/242: gnu: python-nbval: Fix build., guix-commits, 2022/05/12
- 121/242: gnu: Add python-pep621., guix-commits, 2022/05/12
- 138/242: gnu: Add python-cbor2., guix-commits, 2022/05/12
- 154/242: gnu: python-hypothesis-6.23: Update to 6.43.3., guix-commits, 2022/05/12
- 164/242: gnu: python-voila: Update to 0.3.5., guix-commits, 2022/05/12
- 165/242: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/05/12
- 187/242: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/05/12
- 186/242: gnu: Add python-mergedeep., guix-commits, 2022/05/12
- 176/242: gnu: Add python-bson.,
guix-commits <=
- 198/242: gnu: Add python-pydyf., guix-commits, 2022/05/12
- 216/242: gnu: python-sphinx-copybutton: Update to 0.5.0., guix-commits, 2022/05/12
- 229/242: gnu: python-pudb: Update to 2022.1.1 and rename from pudb., guix-commits, 2022/05/12
- 209/242: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/05/12
- 232/242: gnu: python-matplotlib-documentation: Fix build., guix-commits, 2022/05/12
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/12
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/12
- 15/242: gnu: Add texlive-makecmds., guix-commits, 2022/05/12
- 33/242: gnu: Add python-cu2qu., guix-commits, 2022/05/12
- 49/242: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/05/12