[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: Add python-resolvelib-0.5.
From: |
guix-commits |
Subject: |
05/21: gnu: Add python-resolvelib-0.5. |
Date: |
Sun, 29 Aug 2021 01:16:31 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 165cbdfdc11a4826b64b42bd15af64b9e5930de4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 24 20:30:49 2021 -0400
gnu: Add python-resolvelib-0.5.
* gnu/packages/python-xyz.scm (python-resolvelib-0.5): New variable.
---
gnu/packages/python-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83db31a..da27b17 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10222,6 +10222,22 @@ similar to the Python standard library's @code{json}
module.")
includes dependency resolution logic.")
(license license:isc)))
+;;; This older version is required by ansible-core.
+(define-public python-resolvelib-0.5
+ (package/inherit python-resolvelib
+ (name "python-resolvelib")
+ (version "0.5.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sarugaku/resolvelib")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0697y330sqhiclk25v151qxg7aixzpj434lbg5qib0qlna5zg9la"))))))
+
(define-public python-commonmark
(package
(name "python-commonmark")
- branch master updated (7611423 -> 0bc5448), guix-commits, 2021/08/29
- 03/21: gnu: Add python-commentjson., guix-commits, 2021/08/29
- 01/21: gnu: bootloader: Support multiple targets., guix-commits, 2021/08/29
- 05/21: gnu: Add python-resolvelib-0.5.,
guix-commits <=
- 02/21: Migrate to the new 'targets' field of bootloader-configuration., guix-commits, 2021/08/29
- 08/21: gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig., guix-commits, 2021/08/29
- 09/21: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/08/29
- 10/21: gnu: python-rope: Update to 0.19.0 and remove python2-rope., guix-commits, 2021/08/29
- 12/21: gnu: python-py-next: Update to 1.10.0., guix-commits, 2021/08/29
- 14/21: gnu: python-pytest-asyncio: Enable tests and patch for Python 3.8., guix-commits, 2021/08/29
- 16/21: gnu: python-pytest-xdist: Fix by downgrading to 1.34.0, run test suite., guix-commits, 2021/08/29
- 20/21: gnu: python-django: Update to 3.2.6., guix-commits, 2021/08/29
- 04/21: gnu: Add python-resolvelib., guix-commits, 2021/08/29
- 06/21: gnu: Add python-ncclient., guix-commits, 2021/08/29