[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/96: gnu: python-packaging: Remove labels.
From: |
guix-commits |
Subject: |
24/96: gnu: python-packaging: Remove labels. |
Date: |
Wed, 19 Apr 2023 21:41:07 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit f91ce478f47b512571f85f3cae2052e155a43627
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 16 21:56:20 2023 -0400
gnu: python-packaging: Remove labels.
* gnu/packages/python-xyz.scm (python-packaging)
[native-inputs]: Remove labels.
[propagated-inputs]: Likewise.
---
gnu/packages/python-xyz.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 923c3c859b..87afdc3a4b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20734,12 +20734,8 @@ while only declaring the test-specific fields.")
(if tests?
(invoke "pytest" "-vv")
(format #t "test suite not run~%")))))))
- (native-inputs
- `(("python-pretend" ,python-pretend)
- ("python-pytest" ,python-pytest)))
- (propagated-inputs
- `(("python-pyparsing" ,python-pyparsing)
- ("python-six" ,python-six)))
+ (native-inputs (list python-pretend python-pytest))
+ (propagated-inputs (list python-pyparsing python-six))
(home-page "https://github.com/pypa/packaging")
(synopsis "Core utilities for Python packages")
(description "Packaging is a Python module for dealing with Python
packages.
- 36/96: gnu: python-aiohttp: Update to 3.8.4., (continued)
- 36/96: gnu: python-aiohttp: Update to 3.8.4., guix-commits, 2023/04/19
- 52/96: gnu: usbutils: Use G-Expressions., guix-commits, 2023/04/19
- 16/96: gnu: python-flit-scm: Update to 1.7.0., guix-commits, 2023/04/19
- 01/96: gnu: python-xyz: Move some packages to (gnu packages python-build)., guix-commits, 2023/04/19
- 05/96: gnu: python-tomli-w: Use pyproject-build-system., guix-commits, 2023/04/19
- 02/96: gnu: Add python-trove-classifiers., guix-commits, 2023/04/19
- 14/96: gnu: python-typing-extensions: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 17/96: gnu: python-hatchling: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 19/96: gnu: Add python-hatch-vcs., guix-commits, 2023/04/19
- 22/96: gnu: opendht: Fix build., guix-commits, 2023/04/19
- 24/96: gnu: python-packaging: Remove labels.,
guix-commits <=
- 26/96: gnu: python-isort: Use gexps., guix-commits, 2023/04/19
- 28/96: gnu: python-numpydoc: Update to 1.5.0., guix-commits, 2023/04/19
- 29/96: gnu: python-typing-extensions: Update to 4.5.0., guix-commits, 2023/04/19
- 31/96: gnu: python-pycares: Update to 4.3.0., guix-commits, 2023/04/19
- 32/96: gnu: python-aiodns: Update to 3.0.0., guix-commits, 2023/04/19
- 34/96: gnu: python-aiosignal: Update to 1.3.1., guix-commits, 2023/04/19
- 35/96: gnu: python-pyzmq: Disable two tests to fix build., guix-commits, 2023/04/19
- 38/96: gnu: gfeeds: Update to 2.2.0., guix-commits, 2023/04/19
- 39/96: gnu: Add python-hatch-fancy-pypi-readme., guix-commits, 2023/04/19
- 42/96: gnu: python-fonttools-full: Rename to python-fonttools., guix-commits, 2023/04/19