[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add python-logical-unification.
From: |
guix-commits |
Subject: |
03/08: gnu: Add python-logical-unification. |
Date: |
Mon, 15 Nov 2021 11:57:08 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 93730073219fa3da6558c90ac9b14064727f4916
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Mon Sep 27 02:20:17 2021 +0000
gnu: Add python-logical-unification.
* gnu/packages/python-xyz.scm (python-logical-unification): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc1f6bc..ece7e7b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27400,6 +27400,27 @@ graph can be output for rendering by GraphViz or yEd.")
function implementations based on the types of the arguments.")
(license license:bsd-3)))
+(define-public python-logical-unification
+ (package
+ (name "python-logical-unification")
+ (version "0.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "logical-unification" version))
+ (sha256
+ (base32
+ "0j57953hi7kg2rl0163vzjzsvzdyjimnklhx6idf5vaqqf1d3p1j"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-multipledispatch" ,python-multipledispatch)
+ ("python-toolz" ,python-toolz)))
+ (home-page "https://github.com/pythological/unification/")
+ (synopsis "Logical unification in Python for solving symbolic expressions")
+ (description "This library provides algorithms and data types for solving
+symbolic expressions in pure Python using the technique of logical
unification.")
+ (license license:bsd-3)))
+
(define-public date2name
(let ((commit "6c8f37277e8ec82aa50f90b8921422be30c4e798")
(revision "1"))
- branch master updated (3288d6b -> 21332f3), guix-commits, 2021/11/15
- 01/08: gnu: clang-toolchain: Add libomp., guix-commits, 2021/11/15
- 03/08: gnu: Add python-logical-unification.,
guix-commits <=
- 04/08: gnu: Add python-cons., guix-commits, 2021/11/15
- 02/08: gnu: Add python-multipledispatch., guix-commits, 2021/11/15
- 05/08: gnu: Add python-etuples., guix-commits, 2021/11/15
- 06/08: gnu: Add python-minikanren., guix-commits, 2021/11/15
- 07/08: gnu: python-pytorch: Update to 1.10.0., guix-commits, 2021/11/15
- 08/08: gnu: hpcguix-web: Update to 0.2.0., guix-commits, 2021/11/15