[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/25: gnu: Remove libbson.
From: |
guix-commits |
Subject: |
11/25: gnu: Remove libbson. |
Date: |
Tue, 22 Nov 2022 02:38:42 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit db6225d9dcfe617ec4e6f1b1baae0c3b9a6d7ca1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 07:19:59 2022 +0100
gnu: Remove libbson.
This package fails to build and has been deprecated since 2018:
https://github.com/mongodb/libbson
* gnu/packages/serialization.scm (libbson): Remove variable.
---
gnu/packages/serialization.scm | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 79c55e2b2f..8ab1efd311 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -578,27 +578,6 @@ object, without whitespace.")
RPC system. Think JSON, except binary. Or think Protocol Buffers, except
faster.")
(license license:expat)))
-(define-public libbson
- (package
- (name "libbson")
- (version "1.6.2")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/mongodb/libbson/releases/"
- "download/" version "/libbson-" version
".tar.gz"))
- (sha256
- (base32
- "1fj4554msq0rrz14snbj908dzqj46gh7jg9w9j0akn2b7q911m5a"))))
- (build-system gnu-build-system)
- (native-inputs (list perl))
- (home-page "http://mongoc.org/libbson/current/index.html")
- (synopsis "C BSON library")
- (description "Libbson can create and parse BSON documents. It can also
-convert JSON documents to BSON and the opposite. BSON stands for Binary JSON,
-it is comparable to protobuf.")
- (license license:asl2.0)))
-
(define-public python-ruamel.yaml
(package
(name "python-ruamel.yaml")
- 04/25: gnu: ashuffle: Update to 3.13.4., (continued)
- 04/25: gnu: ashuffle: Update to 3.13.4., guix-commits, 2022/11/22
- 06/25: gnu: kleopatra: Build with gpgme@1.18., guix-commits, 2022/11/22
- 02/25: gnu: arpack-ng: Remove 3.3.0., guix-commits, 2022/11/22
- 07/25: gnu: kmail: Build with gpgme@1.18., guix-commits, 2022/11/22
- 08/25: gnu: dune-alugrid: Fix build failure., guix-commits, 2022/11/22
- 15/25: gnu: nickle: Update to 2.90., guix-commits, 2022/11/22
- 17/25: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/11/22
- 20/25: gnu: python-parallel: Add missing input., guix-commits, 2022/11/22
- 03/25: gnu: protobuf@3.5: Inherit from protobuf@3.6., guix-commits, 2022/11/22
- 09/25: gnu: ecl: Remove 16.1.3., guix-commits, 2022/11/22
- 11/25: gnu: Remove libbson.,
guix-commits <=
- 12/25: gnu: libsbsms: Fix build., guix-commits, 2022/11/22
- 18/25: gnu: python-rnc2rng: Update to 2.6.6., guix-commits, 2022/11/22
- 23/25: gnu: slurm-monitor: Update to 0.4.4., guix-commits, 2022/11/22
- 05/25: gnu: gpgme: Add 1.18.0., guix-commits, 2022/11/22
- 21/25: gnu: python-py3dns: Fix build failure., guix-commits, 2022/11/22
- 01/25: gnu: Remove acme-client., guix-commits, 2022/11/22
- 10/25: gnu: ifstatus: Update to 2.0.0., guix-commits, 2022/11/22
- 16/25: gnu: python-socksipychain: Add missing input., guix-commits, 2022/11/22
- 13/25: gnu: libwindowswm: Add missing input., guix-commits, 2022/11/22
- 14/25: gnu: neatmail: Fix build., guix-commits, 2022/11/22