[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
250/420: gnu: python-parse-type: Adjust inputs.
From: |
guix-commits |
Subject: |
250/420: gnu: python-parse-type: Adjust inputs. |
Date: |
Tue, 26 Nov 2024 16:29:11 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 36acbf99f42276630243fa6573ce768cf312dbf8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 16:59:12 2024 +0000
gnu: python-parse-type: Adjust inputs.
* gnu/packages/python-xyz.scm (python-parse-type) [native-inputs]: Add
python-pytest-html, python-setuptools, and python-wheel.
Change-Id: I22853de1a6c8716ccb33fe7c180cd059c28fbb8d
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 93146276cb..8a4593776f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5017,8 +5017,12 @@ matplotlib plots or supply colors for a web
application.")
(base32
"07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-pytest-html
+ python-setuptools
+ python-wheel))
(propagated-inputs (list python-six python-parse))
- (native-inputs (list python-pytest))
(home-page "https://github.com/jenisys/parse_type")
(synopsis "Extended parse module")
(description "Parse_type extends the python parse module.")
- 222/420: gnu: python-urllib3: Update to 2.2.1., (continued)
- 222/420: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/26
- 230/420: gnu: Remove python-mrkd., guix-commits, 2024/11/26
- 233/420: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/26
- 234/420: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/26
- 236/420: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/26
- 237/420: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/26
- 249/420: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/26
- 242/420: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/26
- 241/420: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/26
- 240/420: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/26
- 250/420: gnu: python-parse-type: Adjust inputs.,
guix-commits <=
- 244/420: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/26
- 261/420: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/26
- 267/420: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/26
- 260/420: gnu: ytcc: Fix build., guix-commits, 2024/11/26
- 266/420: gnu: python-nose-exclude: Adjust iputs., guix-commits, 2024/11/26
- 271/420: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/26
- 270/420: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/26
- 288/420: gnu: poetry: Fix build., guix-commits, 2024/11/26
- 285/420: gnu: Add python-sphinx-design., guix-commits, 2024/11/26
- 294/420: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/26