[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/233: gnu: Add python-jaraco-context-bootstrap.
From: |
guix-commits |
Subject: |
38/233: gnu: Add python-jaraco-context-bootstrap. |
Date: |
Sun, 24 Apr 2022 23:39:38 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 7a54741fa5090804d93d35abe0415bd6c9919aca
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 11:32:10 2022 -0400
gnu: Add python-jaraco-context-bootstrap.
* gnu/packages/python-xyz.scm (python-jaraco-context-bootstrap): 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 4089b950df..914137bc85 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8453,6 +8453,27 @@ finding unresolved symbols in Python code and their
corresponding imports.")
"@code{inotify-simple} is a simple wrapper around inotify library.")
(license license:bsd-3)))
+;;; Variant used to break a cycle with python-pytest-enabler.
+(define-public python-jaraco-context-bootstrap
+ (hidden-package
+ (package
+ (name "python-jaraco-context-bootstrap")
+ (version "4.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jaraco.context" version))
+ (sha256
+ (base32 "0hbjm1rpxf4pzmbdp9rh3ali4zqnlcr8m97bhh1nizxvzcpxim7h"))))
+ (build-system python-build-system)
+ (arguments (list #:tests? #f))
+ (native-inputs (list python-setuptools-scm))
+ (home-page "https://github.com/jaraco/jaraco.context")
+ (synopsis "Context managers Python library")
+ (description "This Python library provides context managers-related
+procedures.")
+ (license license:expat))))
+
(define-public python-jaraco-packaging
(package
(name "python-jaraco-packaging")
- 28/233: gnu: Add python-booleanoperations., (continued)
- 28/233: gnu: Add python-booleanoperations., guix-commits, 2022/04/24
- 29/233: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/24
- 32/233: gnu: Add python-fontparts., guix-commits, 2022/04/24
- 12/233: gnu: Add texlive-paralist., guix-commits, 2022/04/24
- 30/233: gnu: Add python-fontpens., guix-commits, 2022/04/24
- 18/233: gnu: Add texlive-zref., guix-commits, 2022/04/24
- 19/233: gnu: Add python-pcpp., guix-commits, 2022/04/24
- 21/233: gnu: Add python-opentype-sanitizer., guix-commits, 2022/04/24
- 31/233: gnu: Add python-defcon., guix-commits, 2022/04/24
- 24/233: gnu: Add python-unicodedata2., guix-commits, 2022/04/24
- 38/233: gnu: Add python-jaraco-context-bootstrap.,
guix-commits <=
- 47/233: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/04/24
- 49/233: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/24
- 52/233: gnu: Add python-jaraco-classes., guix-commits, 2022/04/24
- 58/233: gnu: Add python-tempora., guix-commits, 2022/04/24
- 56/233: gnu: Add python-path., guix-commits, 2022/04/24
- 64/233: gnu: Add psautohint., guix-commits, 2022/04/24
- 33/233: gnu: Add python-cu2qu., guix-commits, 2022/04/24
- 34/233: gnu: Add python-ufoprocessor., guix-commits, 2022/04/24
- 35/233: gnu: Add python-ufonormalizer., guix-commits, 2022/04/24
- 36/233: gnu: Add python-types-toml., guix-commits, 2022/04/24