[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add python-confection.
From: |
guix-commits |
Subject: |
05/14: gnu: Add python-confection. |
Date: |
Thu, 8 Jun 2023 04:38:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0836c0769d46a45955600ed42dbdd36a4ce298bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 7 21:12:07 2023 +0200
gnu: Add python-confection.
* gnu/packages/python-xyz.scm (python-confection): New variable.
---
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 a6c2cfbb73..cb323b5279 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15411,6 +15411,27 @@ provide an easy to use, pythonic and comprehensive
Python interface to dialog.
This allows one to make simple text-mode user interfaces on Unix-like systems")
(license license:lgpl2.1)))
+(define-public python-confection
+ (package
+ (name "python-confection")
+ (version "0.0.4")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "confection" version))
+ (sha256
+ (base32
+ "1ksfn10zhnpkcj3y0c3xs4dznvc062bk62x4c3ig0dd6bn4gbpdi"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-pydantic python-srsly
+ python-typing-extensions))
+ (native-inputs (list python-pytest))
+ (home-page "https://github.com/explosion/confection")
+ (synopsis "Config system for Python")
+ (description "Confection is a lightweight library that offers a
+configuration system letting you conveniently describe arbitrary trees of
+objects.")
+ (license license:expat)))
+
(define-public python-configobj
(package
(name "python-configobj")
- 02/14: gnu: Add python-duckdb., (continued)
- 02/14: gnu: Add python-duckdb., guix-commits, 2023/06/08
- 01/14: gnu: python-pyarrow: Include dataset support., guix-commits, 2023/06/08
- 08/14: gnu: yoshimi: Update to 2.3.0., guix-commits, 2023/06/08
- 04/14: gnu: Add python-srsly., guix-commits, 2023/06/08
- 13/14: gnu: Add python-pathy., guix-commits, 2023/06/08
- 11/14: gnu: Add python-blis-for-thinc., guix-commits, 2023/06/08
- 14/14: gnu: Add python-spacy., guix-commits, 2023/06/08
- 03/14: gnu: Add python-pubmed-parser., guix-commits, 2023/06/08
- 07/14: gnu: Add python-blis., guix-commits, 2023/06/08
- 10/14: gnu: Add python-spacy-loggers., guix-commits, 2023/06/08
- 05/14: gnu: Add python-confection.,
guix-commits <=
- 09/14: gnu: Add python-spacy-legacy., guix-commits, 2023/06/08
- 06/14: gnu: blis: Update to 0.9.0., guix-commits, 2023/06/08
- 12/14: gnu: Add python-thinc., guix-commits, 2023/06/08