[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
250/361: gnu: python-parse-type: Adjust inputs.
From: |
guix-commits |
Subject: |
250/361: gnu: python-parse-type: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:52 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit fedf59963c17660da263fba7a71e5c27d8d993a6
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 f46a557b5e..424ed05bc5 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.")
- 342/361: gnu: python-matplotlib: Disable more failing tests., (continued)
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/22
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/22
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/22
- 250/361: gnu: python-parse-type: Adjust inputs.,
guix-commits <=
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/22
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/22
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/22
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/22
- 278/361: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/22
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/22
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/22
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/22
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/22
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/22