guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fd6c098846cefcc0f0227e8b393fb493a3b3e899
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 | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c90d008ace..75d949a689 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26150,6 +26150,15 @@ package attempts to address the shortcomings of
@code{isodate}.")
@end itemize")
(license license:expat)))
+(define-public python-iniconfig-bootstrap
+ (hidden-package
+ (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")