[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: Add python-btrees.
From: |
guix-commits |
Subject: |
16/21: gnu: Add python-btrees. |
Date: |
Mon, 20 Jul 2020 11:00:45 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 79c36951e49c775239dd6846ad66924179c1236b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:45:23 2020 +0300
gnu: Add python-btrees.
* gnu/packages/python-web.scm (python-btrees): New variable.
---
gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 57254df..e479125 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4178,3 +4178,31 @@ Swagger.")
Python. It forms the core protocol for making objects interact
\"transparently\" with a database such as the ZODB.")
(license license:zpl2.1)))
+
+(define-public python-btrees
+ (package
+ (name "python-btrees")
+ (version "4.7.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "BTrees" version))
+ (sha256
+ (base32
+ "0iiq0g9k1g6qgqq84q9h6639vlvzznk1rgdm0rfcnnqkbkmsbr3w"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-persistent" ,python-persistent)
+ ("python-zope-interface" ,python-zope-interface)))
+ (native-inputs
+ `(("python-persistent" ,python-persistent)
+ ("python-transaction" ,python-transaction)
+ ("python-zope-testrunner" ,python-zope-testrunner)))
+ (home-page "https://github.com/zopefoundation/BTrees")
+ (synopsis "Scalable persistent object containers")
+ (description
+ "This package contains a set of persistent object containers built around
a
+modified BTree data structure. The trees are optimized for use inside ZODB's
+\"optimistic concurrency\" paradigm, and include explicit resolution of
+conflicts detected by that mechanism.")
+ (license license:zpl2.1)))
- branch master updated (099516c -> 4874cae), guix-commits, 2020/07/20
- 03/21: gnu: python-zope-exceptions: Update to 4.4., guix-commits, 2020/07/20
- 01/21: gnu: Add python-py3dns., guix-commits, 2020/07/20
- 02/21: gnu: python-zope-testrunner: Update to 5.2., guix-commits, 2020/07/20
- 06/21: gnu: python-zope-exceptions: Enable tests., guix-commits, 2020/07/20
- 05/21: gnu: Add python-zope-testrunner-bootstrap., guix-commits, 2020/07/20
- 08/21: gnu: Add python-zope-security-bootstrap., guix-commits, 2020/07/20
- 07/21: gnu: Add python-zope-proxy-bootstrap., guix-commits, 2020/07/20
- 11/21: gnu: python-zope-interface: Update to 5.1.0., guix-commits, 2020/07/20
- 16/21: gnu: Add python-btrees.,
guix-commits <=
- 20/21: gnu: Adsd python-transaction., guix-commits, 2020/07/20
- 10/21: gnu: python-zope-proxy: Update to 4.3.5., guix-commits, 2020/07/20
- 15/21: gnu: Add python-persistent., guix-commits, 2020/07/20
- 18/21: gnu: Add python-zope-configuration-bootstrap., guix-commits, 2020/07/20
- 04/21: gnu: Add python-zope-exceptions-bootstrap., guix-commits, 2020/07/20
- 12/21: gnu: python-zope-schema: Update to 6.0.0., guix-commits, 2020/07/20
- 14/21: gnu: python-zope-configuration: Update to 4.4.0., guix-commits, 2020/07/20
- 19/21: gnu: Add python-zope-location-bootstrap., guix-commits, 2020/07/20
- 21/21: gnu: python-zope-security: Update to 5.1.1., guix-commits, 2020/07/20
- 09/21: gnu: python-zope-proxy: Run the tests., guix-commits, 2020/07/20