[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
250/474: gnu: python-parse-type: Adjust inputs.
From: |
guix-commits |
Subject: |
250/474: gnu: python-parse-type: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:20:30 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 11cad59cd164c881dc25bb880002f5675ebd8a18
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 689b9287cd..89e2ac4a24 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.")
- 105/474: gnu: python-sparqlkernel: Patch install script., (continued)
- 105/474: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/30
- 107/474: gnu: Add python-jsonschema-path., guix-commits, 2024/11/30
- 111/474: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/30
- 126/474: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/30
- 158/474: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/30
- 136/474: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/30
- 142/474: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/30
- 149/474: gnu: Add ghc-language-python., guix-commits, 2024/11/30
- 150/474: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/30
- 222/474: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/30
- 250/474: gnu: python-parse-type: Adjust inputs.,
guix-commits <=
- 259/474: gnu: ytcc: Fix build., guix-commits, 2024/11/30
- 249/474: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/30
- 261/474: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/30
- 277/474: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/30
- 283/474: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/30
- 282/474: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/30
- 289/474: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/30
- 298/474: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/30
- 300/474: gnu: Remove python-pytest-next., guix-commits, 2024/11/30
- 305/474: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/30