[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/91: gnu: python-codespell: Improve package style.
From: |
guix-commits |
Subject: |
05/91: gnu: python-codespell: Improve package style. |
Date: |
Thu, 23 May 2024 17:17:25 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit 47a9fae41059064b18ab7585bf90a91023151feb
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:00 2024 +0200
gnu: python-codespell: Improve package style.
* gnu/packages/python-xyz.scm (python-codespell):
[arguments]: Remove uneeded field.
Change-Id: I0d265e9c606730e8208376a7e0970d1c7a7d7a50
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ec3cbe2e9..2cab9e49d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20188,17 +20188,6 @@ checking library.")
python-tomli
python-setuptools
python-wheel))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key outputs tests? #:allow-other-keys)
- (when tests?
- ;; Make installed executable available for running the tests.
- (setenv "PATH"
- (string-append (assoc-ref outputs "out") "/bin"
- ":" (getenv "PATH")))
- (invoke "pytest" "-vv")))))))
(home-page "https://github.com/codespell-project/codespell/")
(synopsis "Spellchecker for code")
(description "Codespell fixes common misspellings in text files.
- branch python-team updated (f4a0f84b25 -> bba3516634), guix-commits, 2024/05/23
- 02/91: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/05/23
- 13/91: gnu: Add xcffibgen., guix-commits, 2024/05/23
- 12/91: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/05/23
- 01/91: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/05/23
- 05/91: gnu: python-codespell: Improve package style.,
guix-commits <=
- 09/91: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/05/23
- 15/91: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/05/23
- 17/91: gnu: qtile: Improve package style., guix-commits, 2024/05/23
- 27/91: gnu: dynaconf: Improve package style., guix-commits, 2024/05/23
- 23/91: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/05/23
- 38/91: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/05/23
- 43/91: gnu: python-cbor: Update home-page., guix-commits, 2024/05/23
- 32/91: gnu: python-asdf-astropy: Fix build., guix-commits, 2024/05/23
- 54/91: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/05/23
- 29/91: gnu: python-pypujs: Improve package style., guix-commits, 2024/05/23