guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9eaa7efff98ee4e5c1fb6cebaee6ff7fcef363f3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jul 12 14:36:21 2025 +0100
gnu: Add python-iniconfig-bootstrap.
* gnu/packages/python-xyz.scm (python-iniconfig-bootstrap): New variable.
Change-Id: Ibd3e19be4d4a8e3dd5c8ccd63ba75b91be3d459a
---
gnu/packages/python-xyz.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b698076df9..779f51deee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26162,6 +26162,14 @@ package attempts to address the shortcomings of
@code{isodate}.")
@end itemize")
(license license:expat)))
+(define-public python-iniconfig-bootstrap
+ (package/inherit python-iniconfig
+ (name "python-iniconfig-bootstrap")
+ (native-inputs
+ (list python-hatch-vcs
+ python-hatchling))
+ (arguments `(#:tests? #f))))
+
(define-public python-mamba
(package
(name "python-mamba")