guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 11130f03041c0cd7d368fe03b966347a6adbef0b
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 a40818e5c8..ad842600cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15442,6 +15442,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")