[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/233: gnu: Add python-jaraco-functools.
From: |
guix-commits |
Subject: |
54/233: gnu: Add python-jaraco-functools. |
Date: |
Sun, 24 Apr 2022 23:39:41 -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")
- 33/233: gnu: Add python-cu2qu., (continued)
- 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
- 37/233: gnu: Add python-pytest-mypy., guix-commits, 2022/04/24
- 40/233: gnu: Add python-autocommand., guix-commits, 2022/04/24
- 25/233: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/04/24
- 44/233: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/04/24
- 46/233: gnu: Add python-pip-run-bootstrap., guix-commits, 2022/04/24
- 59/233: gnu: Add python-pytest-perf., guix-commits, 2022/04/24
- 54/233: gnu: Add python-jaraco-functools.,
guix-commits <=
- 27/233: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/04/24
- 41/233: gnu: Add python-types-freezegun., guix-commits, 2022/04/24
- 45/233: gnu: Add python-path-bootstrap., guix-commits, 2022/04/24
- 48/233: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/24
- 72/233: gnu: Add python-scikit-build., guix-commits, 2022/04/24
- 57/233: gnu: Add python-pip-run., guix-commits, 2022/04/24
- 60/233: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/04/24
- 63/233: gnu: Add psautohint-font-data., guix-commits, 2022/04/24
- 61/233: gnu: python-faker: Update to 13.3.4 and honor TESTS?., guix-commits, 2022/04/24
- 62/233: gnu: Add python-pytest-randomly., guix-commits, 2022/04/24