guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0f43141df0daf5cb7da67e9bacbdade657f13e50
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 9 12:33:33 2025 +0100
gnu: Add python-beautifulsoup4-bootstrap.
* gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New
variable.
Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
---
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 b390a6f8ad..eec8376a85 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15403,6 +15403,15 @@ dissecting a document and extracting what you need.
It automatically
converts incoming documents to Unicode and outgoing documents to UTF-8.")
(license license:expat)))
+(define-public python-beautifulsoup4-bootstrap
+ (hidden-package
+ (package/inherit python-beautifulsoup4
+ (arguments
+ (list #:tests? #f))
+ (native-inputs
+ (list python-hatchling))
+ (propagated-inputs '()))))
+
(define-public python-soupsieve
(package
(name "python-soupsieve")