[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/204: gnu: Add python-jaraco-functools.
From: |
guix-commits |
Subject: |
54/204: gnu: Add python-jaraco-functools. |
Date: |
Wed, 20 Apr 2022 02:03:18 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 6b6f7f50d09b1587159fa42d09ee9fd5eaab2cd3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 6 00:16:46 2022 -0400
gnu: Add python-jaraco-functools.
* gnu/packages/python-xyz.scm (python-jaraco-functools): New variable.
---
gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 67d6f5f934..842d26d206 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8625,6 +8625,36 @@ procedures.")
module with a few extra procedures.")
(license license:expat))))
+(define-public python-jaraco-functools
+ (package/inherit python-jaraco-functools-bootstrap
+ (name "python-jaraco-functools")
+ (arguments
+ (substitute-keyword-arguments
+ (package-arguments python-jaraco-functools-bootstrap)
+ ((#:tests? _ #f)
+ #t)
+ ((#:phases phases #~%standard-phases)
+ #~(modify-phases #$phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; Do not test the myproject.toml build as it tries to pull
+ ;; dependencies from the Internet.
+ (invoke "pytest" "-vv" "-k" "not project"))))))))
+ (native-inputs
+ (modify-inputs
+ (package-native-inputs python-jaraco-functools-bootstrap)
+ (append python-jaraco-classes
+ python-pytest
+ python-pytest-black
+ python-pytest-checkdocs
+ python-pytest-cov
+ python-pytest-enabler-bootstrap ;OK since not propagated
+ python-pytest-flake8
+ python-pytest-mypy)))
+ (properties (alist-delete 'hidden? (package-properties
+ python-jaraco-functools-bootstrap)))))
+
(define-public python-jaraco-packaging
(package
(name "python-jaraco-packaging")
- 30/204: gnu: Add python-fontpens., (continued)
- 30/204: gnu: Add python-fontpens., guix-commits, 2022/04/20
- 31/204: gnu: Add python-defcon., guix-commits, 2022/04/20
- 33/204: gnu: Add python-cu2qu., guix-commits, 2022/04/20
- 38/204: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/04/20
- 39/204: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/04/20
- 40/204: gnu: Add python-autocommand., guix-commits, 2022/04/20
- 44/204: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/04/20
- 49/204: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/20
- 52/204: gnu: Add python-jaraco-classes., guix-commits, 2022/04/20
- 53/204: gnu: Add python-jaraco-context., guix-commits, 2022/04/20
- 54/204: gnu: Add python-jaraco-functools.,
guix-commits <=
- 56/204: gnu: Add python-path., guix-commits, 2022/04/20
- 42/204: gnu: Add python-types-pytz., guix-commits, 2022/04/20
- 76/204: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/04/20
- 79/204: gnu: Add python-cffsubr., guix-commits, 2022/04/20
- 87/204: gnu: Add font-sil-ezra., guix-commits, 2022/04/20
- 104/204: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/20
- 106/204: gnu: Add python-pytest-tornado., guix-commits, 2022/04/20
- 109/204: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/04/20
- 110/204: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/20
- 10/204: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/04/20